Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.21 KB

WebhookRequest.md

File metadata and controls

17 lines (12 loc) · 1.21 KB

# WebhookRequest

Properties

Name Type Description Notes
types string[] [optional]
api_version string Indicates whether to use the current, default version of the API or the version specified by YYYY-MM-DD. [optional] [default to 'default']
enabled bool Indicates whether the webhook is enabled and receives notifications. [optional] [default to true]
address string URL of the webhook endpoint on your server you have set up to receive webhook notifications. Webhook data is sent as JSON in the POST request body. The full event details are included and can be used directly, after parsing the JSON into an Event object.
transport_type string [optional] [default to 'HTTP']
oauth \DigitalRiver\ApiSdk\Model\WebhookRequestOauth [optional]
authentication \DigitalRiver\ApiSdk\Model\WebhookRequestAuthentication [optional]

[Back to Model list] [Back to API list] [Back to README]