Skip to main content
POST
/
v1.0
/
subscriptions
json
{
  "SubscriberId": "SID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d",
  "TNID": "NID-B5B67F02-708A-1851-20DF-61FC1919C4F6",
  "ICCID": "8901240397190002080",
  "PackageId": "PID-9a8435dc-ca6e-4a98-b761-5e6dc04447db",
  "Type": "mvno"
}
{
  "SubscriptionId": "SUB-ef84c0b5-d750-4a5a-99b1-4705089cd20c",
  "SubscriberId": "TSUID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d",
  "TNID": "NID-B5B67F02-708A-1851-20DF-61FC1919C4F6",
  "ICCID": "8901240397190002080",
  "PackageId": "PID-9a8435dc-ca6e-4a98-b761-5e6dc04447db",
  "Type": "mvno",
  "Active": true
}

Query Parameters

SubscriptionId
string

Body

application/json
SubscriberId
string
required

Telegent Subscriber ID. Format: TSUID- followed by a UUID. Create one via POST /v1.0/subscribers/create or look up existing IDs with GET /v1.0/subscribers/get.

Example:

"TSUID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d"

PackageId
string
required

Package ID to subscribe to

Example:

"PID-9a8435dc-ca6e-4a98-b761-5e6dc04447db"

Type
string
required

Subscription type

Example:

"mvno"

TNID
string

Telephone Number ID

Example:

"NID-B5B67F02-708A-1851-20DF-61FC1919C4F6"

ICCID
string

SIM Card ICCID

Example:

"8901240397190002080"

Response

Success — returns the new Subscription ID (SUB-) and associated details

The response is of type object.