Skip to main content
GET
/
v2
/
subscriptions
/
{xid}
/
state-info
Get subscription state info
curl --request GET \
  --url https://api.bondio.co/v2/subscriptions/{xid}/state-info \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

xid
string
required

iccid or id of the subscription

Response

200 - application/json

OK

currentState
enum<string>
Available options:
PENDING,
ACTIVE,
SUSPENDED,
TERMINATED