v1

latestOpenAPI 3.1.02026-07-2631037.6 KB

Retrieve a webhook

get/webhooks/{endpoint}

Path parameters

endpointstring required

Unique identifier of the webhook

Response

Webhook endpoint retrieved

codeinteger required
statusstring required
messagestring required

Example response

{
  "code": 200,
  "status": "OK",
  "message": "Webhook endpoint retrieved"
}