You are responsible for creating and running a listening process on your server at that URL.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account name.
application/json
Request to register a callback.
TypeScript Definitions
Use the request body type in TypeScript.
Request to register a callback.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/callbacks/TestAccount-2" \ -H "Content-Type: application/json" \ -d '{ "name": "CarrierService", "url": "https://mock.thingspace.verizon.com/webhook" }'{ "accountName": "122333444-00002", "serviceName": "CarrierService"}{ "errorCode": "error code string", "errorMessage": "error message string"}The name of the callback service that you want to subscribe to.
The address on your server where you have enabled a listening service for callback messages.
The user name that the M2M Platform should return in the callback messages.
The password that the M2M Platform should return in the callback messages.