Firsty

Search...

Search...

Profile

Get profile

Experimental. This endpoint is still settling — its request and response shape may change without a deprecation cycle.

Retrieves one of your profiles by its reference. A profile carries the identity an eSIM hangs off — your own externalProfileId and the profile's lifecycle status, which cascades to every eSIM beneath it.

get/profiles/{profileReference}

Authorization

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

Path parameters

profileReferencestringrequired

The eSIM's profile reference (16-digit numeric string)

Responses

200The profileapplication/json
Show response body
dataobject
Show properties
profileReferencestring

Profile reference identifier (16-digit opaque token)

externalProfileIdstring | null

Your own identifier for this profile, supplied when the eSIM was ordered

statusstring

Lifecycle state of the profile.

Optionsactivesuspendedterminated
createdAtstring · date-time
updatedAtstring · date-time
401Unauthorized - missing or invalid API key404Resource not found429Rate limit exceeded500Internal server error