API v2.4 / eSIMs / Get eSIM Install Details
GET /esims/assignments
eSIM SMDP+ Details Retrieval Endpoint
This API endpoint retrieves eSIM SMDP+ details based on provided Order or Apply References.
Key features:
- Input: One or multiple reference numbers can be submitted via query parameters.
- Output: For each reference, the system returns:
- ICCID (Integrated Circuit Card Identifier)
- SMDP+ (Subscription Manager Data Preparation) address
- Matching ID
- Output format options:
- Default: text/csv
- Alternative formats: application/json, application/zip
- Format selection is controlled via the ‘Accept’ header in the request
- Special functionality: When requesting ‘application/zip’, the response is a ZIP file containing QR code images in PNG format.
Authorizations
Parameters
Query Parameters
(Required) Order Reference or Apply Reference
Example
appleInstallUrl
Responses
200
OK
object
The ICCID (Integrated Circuit Card Identifier) of the eSIM
8944123456789012345
The matching ID for the eSIM profile
A1B2-C3D4-E5F6-G7H8
The address of the Subscription Manager Data Preparation (SM-DP+) server
http://smdp.example.com
The current status of the eSIM profile
Released
The PIN (Personal Identification Number) for the eSIM
1234
The PUK (PIN Unlock Key) for the eSIM
12345678
The date and time when the profile was first installed
2023-06-15T14:30:00.000Z
Example
{ "iccid": "8944123456789012345", "matchingId": "A1B2-C3D4-E5F6-G7H8", "smdpAddress": "http://smdp.example.com", "profileStatus": "Released", "pin": "1234", "puk": "12345678", "firstInstalledDateTime": "2023-06-15T14:30:00.000Z"}
400
Bad Request - returned when request format is not accepted
object
Status of api functions which do not return data
403
Unauthorised - returned when the api token is invalid; the user does not have any available Bundles left or the ICCID is not accessible by the user
object
Status of api functions which do not return data
429
Too Many Requests
object
Status of api functions which do not return data
500
Server Error
object
Status of api functions which do not return data
503
Processing - Please come back later or use the Retry-After (seconds) header
object
Status of api functions which do not return data