v1
latestOpenAPI 3.1.02026-07-14159142161.9 KBoutgoing webhooks (usersService)
Retrieve Outgoing Webhooks List
Retrieves a list of outgoing webhooks added by the user. Available only for admin users.
get/company/v1/webhooks
Response
OK
Example response
{
"data": [
{
"id": 16,
"url": "https://my-webhook-domain/?param=uspacy",
"active": true,
"user_id": 1,
"confirmed": true,
"created_at": 1732739313,
"updated_at": 1732739313,
"events": [
{
"service": "crm",
"type": "entity_crm",
"table_name": "leads"
}
]
}
]
}