🎉 Flipt v2 is now available! Experience the next generation of feature management with Pro features and enhanced GitOps workflow.
curl --url https://try.flipt.io/auth/v1/tokens/{id} \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {token}'
{ "id": "<string>", "method": "METHOD_NONE", "expiresAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "metadata": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
METHOD_NONE
METHOD_TOKEN
METHOD_OIDC
METHOD_KUBERNETES
METHOD_GITHUB
METHOD_JWT
METHOD_CLOUD
Show child attributes
Was this page helpful?