GET
/
integrations
/
api
/
v1
/
webhook
/
{id}
/
events
List Webhook Events
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
  }
]

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
integer
required

Response

200 - application/json

The response is of type object[].