v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBWebhooks
Get all webhooks
Retrieves all webhook endpoints for the authenticated user. Marketplaces can set the X-On-Behalf-Of header to list endpoints for an owned sub-merchant.
get/api/webhook
Response
Get all webhooks successful
Example response
[
{
"webhookId": "webhook_1234567890abcdef",
"webhookUrl": "https://api.example.com/webhook"
}
]