Retrieve a webhook

Retrieves a webhook.

Request
path Parameters
id
required
string

Unique Webhook identifier

Responses
200

OK

get/v3/webhooks/{id}
Response samples
application/json
{
  • "webhook_id": "01234567890ABCD",
  • "label": "Test webhook",
  • "triggers": [
    ],
  • "method": "POST",
}