v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
WEBHOOKS

View Webhooks

Returns information for configured webhooks.

post/webhook/view

Request body

subaccount_idstring

If you wish to make this API call on behalf of a subaccount then include its unique ID here.

Response

Returned webhook information

request_idstring required

Example response

{
  "data": {
    "url": "https://example.com/test-webhook"
  },
  "request_id": "4b661d88-6b2d-11eb-8bb3-f23c92bb31d2"
}