v6
latestOpenAPI 3.1.02026-07-311856741.1 MBwebhooks
public
Get Webhook Endpoint
Get a webhook endpoint by ID.
Scopes: webhooks:read webhooks:write
get/v1/webhooks/endpoints/{id}
Path parameters
idstring uuid4 required
The webhook endpoint ID.
The webhook endpoint ID.
Response
Successful Response
Example response
{
"url": "https://webhook.site/cb791d80-f26e-4f8c-be88-6e56054192b0",
"secret": "whsec_ovyN6cPrTv56AApvzCaJno08SSmGJmgbWilb33N2JuK"
}