Skip to main content
Use this endpoint to deliver eSIM activation PDFs to your customers. Pass type=email to send directly to an email address, or type=link to receive a download URL you can share however you like.

Request parameters

string
required
Session token.
string
required
"email" = send to email address; "link" = return download URL.
string
required
Order number.
string
required
Request signature.
string
Specific ICCID(s) to include, comma-separated. Leave empty to include all cards in the order.
string
Destination email address (required when type=email).
integer
1 = save this email address to the order (replaces existing). 0/empty = don’t save.

Response

When type=link, data is a map of ICCID → PDF URL:
When type=email, data is null on success:

Example

Error codes