Retrieve all of the service plans, features and carriers associated with the account specified.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
^[A-Za-z0-9]{3,32}$3 <= length <= 32application/json
application/json
curl -X GET "https://example.com/v1/plans/0000123456-00001"{ "accountName": "0000123456-00001", "accountNumber": "0000123456-00001", "organizationName": "user defined name of organization", "isProvisioningAllowed": true, "carriers": [ "Verizon Wireless" ], "features": [ "Dynamic IP", "Public Network", "eUICC Verizon as Lead", "Global eSim Billing" ], "servicePlans": [ { "name": "The name of the service plan", "code": "The inventory name or system name of the service plan", "sizeKb": "The ammount of space the service plan will occupy on the Subscriber Information Module (SIM)", "carrierServicePlanCode": "The billing record ID. This can be numeric, alpha or alphanumeric" }, { "name": "The name of the service plan", "code": "The inventory name or system name of the service plan", "sizeKb": "The ammount of space the service plan will occupy on the Subscriber Information Module (SIM)", "carrierServicePlanCode": "The billing record ID. This can be numeric, alpha or alphanumeric" }, { "name": "The name of the service plan (placeholder example)", "sizeKb": "The ammount of space the service plan will occupy on the Subscriber Information Module (SIM)" } ]}{ "errorCode": 400, "errorMessage": "a brief description of the error"}