RegisterCallbackRequest
Request to register a callback.
RegisterCallbackRequest
Request to register a callback.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | The name of the callback service that you want to subscribe to. |
url | string | Yes | The address on your server where you have enabled a listening service for callback messages. |
username | string | No | The user name that the M2M Platform should return in the callback messages. |
password | string | No | The password that the M2M Platform should return in the callback messages. |