api-python-client/docs/Webhook.md at master · oraclefinance/api-python-client · GitHub
Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 864 Bytes

File metadata and controls

16 lines (12 loc) · 864 Bytes

Webhook

Properties

Name Type Description Notes
id str The unique identifier of the webhook. [optional]
url str The url of the webhook [optional]
token str Webhook secret token used to sign the webhook's payload [optional]
enabled bool Determine if the webhook is active. [optional]
href str The API endpoint to retrieve the webhook. [optional]
environments list[str] The environments from which the webhook will receive events. [optional]
events list[str] The events that will be published to the webhook. [optional]

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