curl --request GET \
--url https://api.meetcampfire.com/integrations/api/v1/webhook/{id}/events \
--header 'Authorization: <api-key>'
[
{
"id": 123,
"object": "<any>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"url": "<string>",
"topic": "<string>",
"http": "<any>",
"webhook": 123
}
]
curl --request GET \
--url https://api.meetcampfire.com/integrations/api/v1/webhook/{id}/events \
--header 'Authorization: <api-key>'
[
{
"id": 123,
"object": "<any>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"url": "<string>",
"topic": "<string>",
"http": "<any>",
"webhook": 123
}
]
Token-based authentication with required prefix "Token"
The response is of type object[]
.