This endpoint allows user to update 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 PUT "https://example.com/callbacks/0000123456-00001" \ -H "Content-Type: */*" \ -d '<url>https://255.255.11.135:50559/CallbackListener/FirmwareServiceMessages.asmx</url>'{ "url": "https://255.255.11.135:50559/CallbackListener/FirmwareServiceMessages.asmx"}{ "errorCode": "error code string", "errorMessage": "error message string"}Callback URL for an subscribed service.