curl --request GET \
--url https://api.buildr.com/api/2023-01/webhook_messages/{id} \
--header 'Authorization: <authorization>'
{
"webhook_message": {
"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"
}
}
curl --request GET \
--url https://api.buildr.com/api/2023-01/webhook_messages/{id} \
--header 'Authorization: <authorization>'
{
"webhook_message": {
"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"
}
}
Successful Response
The response is of type object
.