curl --request GET \
--url https://api.spikelabs.com/v1/webhooks \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "wh_abc123",
"object": "webhook",
"url": "<string>",
"events": [
"conversation.started"
],
"created_at": "2023-11-07T05:31:56Z",
"secret": "<string>",
"enabled": true
}
]
}List all webhook endpoints.
curl --request GET \
--url https://api.spikelabs.com/v1/webhooks \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "wh_abc123",
"object": "webhook",
"url": "<string>",
"events": [
"conversation.started"
],
"created_at": "2023-11-07T05:31:56Z",
"secret": "<string>",
"enabled": true
}
]
}API key authentication. Use your secret key (starts with sk_) as a Bearer token.
List of webhooks
Show child attributes
"wh_abc123"
webhook conversation.started, conversation.ended, video.completed, video.failed, knowledge.processed, memory.created Signing secret (only on create)