Get a webhook endpoint

View as Markdown
Returns one saved endpoint — its `url`, event filter and `disabled` state. To see whether deliveries are actually arriving, read [the delivery log](https://docs.cloudraker.com/api/cloud-raker-api/webhooks/list-webhook-deliveries). **Learn more:** [Webhooks guide](https://docs.cloudraker.com/developers/webhooks)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired>=1 character

Response

The endpoint.
object"webhook_endpoint"
idstring
urlstring
disabledboolean
createdAtstring
eventslist of strings

Errors

404
Not Found Error
429
Too Many Requests Error