v1
latestOpenAPI 3.0.02026-07-131091452.6 MBusers
Get access token details
get/v2/user/access_token
Response
OK
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"
]
}