Call Outcome
Contract Type
Custom Field
Delivery Method
Industry
Lead Source
Loss Reason
Market Sector
Project Stages
Task List
Tender Type
Webhook Message
Webhook
List webhooks
GET
/
api
/
2023-01
/
webhooks
curl --request GET \
--url https://api.buildr.com/api/2023-01/webhooks \
--header 'Authorization: <authorization>'
{
"webhooks": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"url": "https://example.com/webhook",
"version": 1,
"description": "Webhook endpoint",
"filter_types": [
"project.create"
]
}
]
}
Headers
Response
200 - application/json
Successful Response
The response is of type object
.
curl --request GET \
--url https://api.buildr.com/api/2023-01/webhooks \
--header 'Authorization: <authorization>'
{
"webhooks": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"url": "https://example.com/webhook",
"version": 1,
"description": "Webhook endpoint",
"filter_types": [
"project.create"
]
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.