Skip to main content
GET
Get a System Access Token by id

Authorizations

Authorization
string
header
required

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

Path Parameters

access_token_id
string<uuid>
required

The token's id. Anything that is not a UUID does not match the route and returns 404.

Response

OK

record
object
required

Everything about a System Access Token except the credential itself. The credential is returned once, by POST /access-tokens/tokens, and never again.

Example: