Skip to main content
POST
Test Token

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful Response

email
string<email>
required
Maximum string length: 255
id
string<uuid>
required
is_active
boolean
default:true
is_superuser
boolean
default:false
is_paid
boolean
default:false
full_name
string | null
Maximum string length: 255
role
enum<string>
default:standard

Role controls non-admin account policies

Available options:
standard,
sandbox
created_at
string<date-time> | null
Last modified on July 30, 2026