⚠️ Flipt Cloud is shutting down on August 29, 2025. Learn more about this decision and next steps in our blog post.
curl --url https://try.flipt.io/auth/v1/tokens \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {token}'
{ "authentications": [ { "id": "<string>", "method": "METHOD_NONE", "expiresAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "metadata": {} } ], "nextPageToken": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
METHOD_NONE
METHOD_TOKEN
METHOD_OIDC
METHOD_KUBERNETES
METHOD_GITHUB
METHOD_JWT
METHOD_CLOUD
OK
The response is of type object.
object
Was this page helpful?