Number
List number assignments
Retrieves all phone numbers allocated to a specific eSIM by its eSIM reference.
get
/number/{profileReference}/assignmentsAuthorization
Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works
Path parameters
profileReferencestringrequiredThe eSIM's profile reference (16-digit numeric string)
Query parameters
esimReferencestringrequiredeSIM reference identifier (18-digit opaque token)
Responses
200List of numbers for the serviceapplication/jsonShow response bodyHide response body
dataarray of objectShow propertiesHide properties
assignmentIdintegerUnique identifier for the number assignment
profileReferencestringmsisdnstringcountryCodestringtypestringlocal: Local/landline numbermobile: Mobile numbertollfree: Toll-free number
Options
localmobiletollfreestatusstringactive: Number is active and operationalsuspended: Number is temporarily suspendedreleased: Number has been released
Options
activesuspendedreleasedisPrimarybooleansourcestringSource of the number (from pool or porting)
Options
poolportingcreatedAtstring · date-timeupdatedAtstring · date-time401Unauthorized - missing or invalid API key403Forbidden - client does not have access to this resource404Resource not found429Rate limit exceeded500Internal server error