CallbackRegistrationRequest
Specifies the callback service that is being subscribed to and the URL where the listening service is running.
CallbackRegistrationRequest
Specifies the callback service that is being subscribed to and the URL where the listening service is running.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
accountName | string | Yes | The name of the billing account for which callback messages will be sent. Format: "##########-#####". |
serviceName | string | Yes | The name of the callback service, which identifies the type and format of messages that will be sent to the registered URL. |
endpoint | string | Yes | The URL for your web server. |
httpHeaders | object | No | Your HTTP headers. |