Webhook Management
Get Webhook Endpoint
get/webhooks/{endpoint_id}
Path parameters
endpoint_idstring required
Response
Successful Response
Example response
{
"channels": [
"project_123",
"group_2"
],
"filter_types": [
"user.signup",
"user.deleted"
],
"id": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"uid": "unique-ep-identifier",
"url": "https://example.com/webhook/",
"version": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.