This endpoint allows the 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.
application/json
Callback URL registration.
TypeScript Definitions
Use the request body type in TypeScript.
Callback URL where the listening service is running.
application/json
application/json
curl -X PUT "https://example.com/callbacks/0000123456-00001" \ -H "Content-Type: application/json" \ -d '{ "url": "https://255.255.11.135:50559/CallbackListener/FirmwareServiceMessages.asmx" }'{ "url": "https://255.255.11.135:50559/CallbackListener/FirmwareServiceMessages.asmx"}{ "errorCode": "error code string", "errorMessage": "error message string"}Callback URL for an subscribed service.