Skip to main content
GET
Get Token Info

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

id
string
token_name
string

User friendly name given to the token upon creation

user
string

Email of the user who created the token

user_first_name
string

First Name of the user who created the token

user_last_name
string

Last Name of the user who created the token

scopes
string[]

Permissions of the authentication token

Maximum string length: 100