Authentication
List Tokens
Authentication
List Tokens
GET
/auth/v1/tokens
curl --request GET \
--url https://try.flipt.io/auth/v1/tokens \
--header 'Authorization: Bearer <token>'
curl --url https://try.flipt.io/auth/v1/tokens \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
authenticationsrequired
array
nextPageTokenrequired
string
curl --url https://try.flipt.io/auth/v1/tokens \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}'