Returns a list of all data service plans that are associated with a specified billing account. When you send a request to /devices/actions/activate to activate a line of service you must specify the code for one of the service plans associated with your account.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account name.
application/json
application/json
curl -X GET "https://example.com/m2m/v1/plans/0252012345-00001"[ { "name": "2MSHR5GB", "code": "M2MSHR5GB", "sizeKb": 0, "carrierServicePlanCode": "84638" }, { "name": "TNTL200TALK", "code": "NTL200TALK", "sizeKb": 0, "carrierServicePlanCode": "74644" }]{ "errorCode": "error code string", "errorMessage": "error message string"}