Skip to main content
POST
/
v1.0
/
subscriptions
/
update
Update subscription details
curl --request POST \
  --url https://api.example.com/v1.0/subscriptions/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "SubscriberId": "<string>",
  "TNID": "<string>",
  "ICCID": "<string>",
  "PackageId": "<string>",
  "Type": "<string>",
  "Active": true,
  "SubscriptionId": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

Update_Subscription_Request object

SubscriberId
string | null
TNID
string | null
ICCID
string | null
PackageId
string | null
Type
string | null
Active
boolean
SubscriptionId
string | null

Response

200

Success