API Authentication
Get Self
GET
/auth/v1/self
Bearer*
curl --request GET \
--url https://try.flipt.io/auth/v1/self \
--header 'Authorization: Bearer AUTH_VALUE'
Response
idRequired
string
methodRequired
string
The default is METHOD_NONE
Available options:
METHOD_NONE
, METHOD_TOKEN
, METHOD_OIDC
createdAtRequired
string
updatedAtRequired
string
expiresAt
string
metadataRequired
object
curl --request GET \
--url https://try.flipt.io/auth/v1/self \
--header 'Authorization: Bearer AUTH_VALUE'