This endpoint allows user to create the HTTPS callback address.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
*/*
Callback URL registration.
TypeScript Definitions
Use the request body type in TypeScript.
Callback URL registration.
application/json
application/json
curl -X POST "https://example.com/callbacks/0000123456-00001" \ -H "Content-Type: */*" \ -d '<url>https://10.120.102.183:50559/CallbackListener/FirmwareServiceMessages.asmx</url>'{ "url": "https://10.120.102.183:50559/CallbackListener/FirmwareServiceMessages.asmx"}{ "errorCode": "error code string", "errorMessage": "error message string"}Callback URL for an subscribed service.