POST
/
api
/
v1
/
access-tokens
/
lookup
{
  "accessTokenId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
accessToken
string
required
Minimum length: 1

Response

200
application/json
Access token ID lookup successful. Returns a stable, non-sensitive identifier for the provided access token.
accessTokenId
string
required