v1
latestOpenAPI 3.1.02026-07-242735131.1 MBIdentity
Get token identity
Shows information about the entities that can be controlled by the current auth token.
get/v1/identity/current
Headers
Authorizationstring required
This endpoint works with any of the access tokens provided. You can use an access token obtained through the Client Credentials flow, the Authorization Code flow, or the Refresh Token flow.
Response
Success
Example response
{
"data": {
"client_id": "1pws9iw986yq1ec57h159q29l",
"integration": {
"contact_email": "partner_admin@example.com",
"display_name": "Integration Display Name",
"name": "integration_partner"
}
}
}