Call Outcome
Contract Type
Custom Field
Delivery Method
Industry
Lead Source
Loss Reason
Market Sector
Project Stages
Task List
Tender Type
Webhook Message
Webhook Message
List webhook messages
GET
/
api
/
2023-01
/
webhook_messages
curl --request GET \
--url https://api.buildr.com/api/2023-01/webhook_messages \
--header 'Authorization: <authorization>'
{
"webhook_messages": [
{
"id": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"event_type": "project.create",
"event_id": "evt_pNZKtWg8Azow",
"payload": {
"id": "372",
"url": "https://example.com/372"
},
"timestamp": "2019-08-24T14:15:22Z"
}
]
}
Headers
Response
200 - application/json
Successful Response
The response is of type object
.
curl --request GET \
--url https://api.buildr.com/api/2023-01/webhook_messages \
--header 'Authorization: <authorization>'
{
"webhook_messages": [
{
"id": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"event_type": "project.create",
"event_id": "evt_pNZKtWg8Azow",
"payload": {
"id": "372",
"url": "https://example.com/372"
},
"timestamp": "2019-08-24T14:15:22Z"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.