/
Retrieves webhook configurations based on filters
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Query parameters
namestringOptionalExample:
The name of the webhook
MyWebhookurlstringOptionalExample:
The URL of the webhook
https://example.com/webhookResponses
200Success
application/json
get
/api/external-events/200Success
Adds a new webhook configuration
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
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
post
/api/external-events/200Success