Get subscription state info
This is used to fetch the subscription state which can be in any of the following states-
PENDING - The subscription is pending on the telco system to be setup and so its not ready to be used.
ACTIVE - The subscription is setup on the telco system and data serivce can be used if there is a valid plan attached to it.
SUSPENDED - The subscription is paused and NO data service can be used, even from a valid active plan attachment.
TERMINATED - The subscription is permanently terminated. No data service can be used and no plan can be attached further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
iccid or id of the subscription
Response
OK
PENDING, ACTIVE, SUSPENDED, TERMINATED