Firsty

Search...

Search...

Number

List number assignments

Retrieves all phone numbers allocated to a specific eSIM by its eSIM reference.

get/number/{profileReference}/assignments

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)

Query parameters

esimReferencestringrequired

eSIM reference identifier (18-digit opaque token)

Responses

200List of numbers for the serviceapplication/json
Show response body
dataarray of object
Show properties
assignmentIdinteger

Unique identifier for the number assignment

profileReferencestring
msisdnstring
countryCodestring
typestring
  • local: Local/landline number
  • mobile: Mobile number
  • tollfree: Toll-free number
Optionslocalmobiletollfree
statusstring
  • active: Number is active and operational
  • suspended: Number is temporarily suspended
  • released: Number has been released
Optionsactivesuspendedreleased
isPrimaryboolean
sourcestring

Source of the number (from pool or porting)

Optionspoolporting
createdAtstring · date-time
updatedAtstring · date-time
401Unauthorized - missing or invalid API key403Forbidden - client does not have access to this resource404Resource not found429Rate limit exceeded500Internal server error