Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.46 KB

Webhook.md

File metadata and controls

20 lines (15 loc) · 1.46 KB

# Webhook

Properties

Name Type Description Notes
id string [optional]
created_time \DateTime Time at which the webhook was created [optional]
updated_time \DateTime Time at which the webhook was updated [optional]
types string[] [optional]
api_version string Indicates whether the webhook is configured for the current, default version of the API or the version specified by YYYY-MM-DD. [optional]
enabled bool Indicate that webhook is enabled and receives notifications or is not enabled and does not receive notifications [optional]
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. [optional]
transport_type string [optional] [default to 'HTTP']
oauth \DigitalRiver\ApiSdk\Model\WebhookOauth [optional]
authentication \DigitalRiver\ApiSdk\Model\WebhookRequestAuthentication [optional]

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