v1

latestOpenAPI 3.0.02026-07-24103118224.7 KB
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

webhookIdstring required

Unique identifier of the webhook

webhookUrlstring required

HTTPS URL where webhook notifications will be sent

Example response

[
  {
    "webhookId": "webhook_1234567890abcdef",
    "webhookUrl": "https://api.example.com/webhook"
  }
]