v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
users

Get access token details

get/v2/user/access_token

Response

OK

client_idstring

Client ID that is associated with the user

contributor_idstring

Contributor ID that is associated with the user

customer_idstring

Customer ID that is associated with the user

expires_ininteger

Number of seconds until the access token expires; no expiration if this value is null

organization_idstring

Organization ID that is associated with the user

realm'customer' | 'contributor'

Type of access token

scopesstring[]

Scopes that this access token provides when used as authentication

user_idstring

User ID that is associated with the user

usernamestring

User name that is associated with the user

Example response

{
  "client_id": "c456b-26230-fa8ed-d19ab-05ce2-bf0aa",
  "customer_id": "123456789",
  "realm": "customer",
  "user_id": "123456789",
  "username": "jdoe",
  "expires_in": 3600,
  "scopes": [
    "collections.edit",
    "collections.view",
    "licenses.create",
    "licenses.view",
    "purchases.view",
    "user.view"
  ]
}