v1

latestOpenAPI 3.1.02026-07-131991131.4 KB
Webhooks

Retrieve all webhooks

Retrieves all registred webhooks.

get/api/v1/webhooks

Headers

X-Merchant-Codestring required
Example:code provided to you from Tabby side

Used for multi store/countries setup, please contact your Account manager to recognize that

Response

Success. Webhook object is returned.

OR
{"stackTrail":"components:schemas:WebhookResponseAll:oneOf:1","oasType":"schema","type":"unknown","description":"If no webhooks are registered - `null` will be returned."}

Example response

{
  "header": {
    "title": "Arbitrary header name to sign the request",
    "value": "Random string to sign the request"
  },
  "id": "unique webhook id",
  "url": "https://example.com/"
}