Management
Get client
Experimental. This endpoint is still settling — its request and response shape may change without a deprecation cycle.
Retrieves the client the token belongs to: its reference and name, the eSIM variant used when an order omits esimVariant, and the number of profiles it may hold.
get
/management/clientAuthorization
Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works
Responses
200The authenticated clientapplication/jsonShow response bodyHide response body
dataobjectrequiredShow propertiesHide properties
clientReferencestringrequirednamestringrequireddefaultEsimVariantstring | nullrequiredOutward eSIM variant slug drawn when POST /esims names no esimVariant. One of the slugs GET /catalog/esim-variants lists.
limitsobjectrequiredShow propertiesHide properties
maxProfilesintegerrequiredNumber of profiles this client may hold; POST /esims is refused once it is reached.
401Unauthorized - missing or invalid API key429Rate limit exceeded500Internal server error