Firsty

Search...

Search...

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/client

Authorization

Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works

Responses

200The authenticated clientapplication/json
Show response body
dataobjectrequired
Show properties
clientReferencestringrequired
namestringrequired
defaultEsimVariantstring | nullrequired

Outward eSIM variant slug drawn when POST /esims names no esimVariant. One of the slugs GET /catalog/esim-variants lists.

limitsobjectrequired
Show properties
maxProfilesintegerrequired

Number of profiles this client may hold; POST /esims is refused once it is reached.

401Unauthorized - missing or invalid API key429Rate limit exceeded500Internal server error