Provide a URL to receive messages from a ThingSpace callback service.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account number.
*/*
Request to register a callback.
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X POST "https://example.com/callbacks/0000123456-00001" \ -H "Content-Type: */*" \ -d '<name>Location</name> <url>http://10.120.102.183:50559/CallbackListener/LocationServiceMessages.asmx</url>'{ "account": "0212312345-00001", "name": "Location"}{ "errorCode": "error code string", "errorMessage": "error message string"}The name of the callback service.
Value in
The location of your callback listener.
URL