ReferenceWebhook endpoints
Retrieve a webhook endpoint
Retrieve a webhook endpoint.
Retrieve a webhook endpoint.
Authorization
http AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/webhook-endpoints/string"{ "id": "string", "object": "webhook_endpoint", "url": "string", "description": "string", "events": [ "string" ], "include_personal_data": true, "status": "enabled", "disabled_reason": "string", "secret": "string", "created_at": "string", "updated_at": "string"}