External events
Updates an existing webhook configuration
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
configurationIdnumberRequiredPattern:
[^\/#\?]+?Body
idnumberRequiredExample:
Id of the webhook configuration
1namestringRequiredExample:
Name of the webhook configuration
Webhook for Order EventsattributesobjectOptional
Attributes of the webhook configuration
organizationIdnumberOptionalExample:
Organization Id associated with the webhook configuration
100secretstringOptionalExample:
Secret key for the webhook
s3cr3turlstringOptionalExample:
URL of the webhook
https://example.com/webhookheadersobjectOptionalExample:
Headers for the webhook request
{"Content-Type":"application/json"}eventNamestringOptionalExample:
Event name for the webhook
order.createdeventIdnumberOptionalExample:
Event Id associated with the webhook
200versionnumberOptionalExample:
Version of the webhook configuration
1activebooleanOptionalExample:
Indicates if the webhook is active
trueisDeletedbooleanOptional
Indicates if the webhook configuration is deleted
sendOrganizationCodebooleanOptionalExample:
Indicates if the organization code should be sent
trueResponses
200Success
application/json
put
/api/external-events/{configurationId}200Success
Deletes a webhook configuration
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
configurationIdnumberRequiredPattern:
[^\/#\?]+?Responses
200Success
application/json
delete
/api/external-events/{configurationId}200Success