Webhooks
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"
}
]