cURL
curl --request GET \ --url https://api.sigmamind.ai/v1/webhooks \ --header 'X-API-Key: <api-key>'
{ "data": [ { "webhookId": "wh_BUbkx3PsbzQm5V10", "name": "My Webhook", "agentId": "D5D0p7TUs66TTAEAx", "active": true, "events": [ "conversation_started, conversation_ended, conversation_analyzed" ], "url": "<string>" } ], "page": 123, "size": 123, "totalCounts": 123, "totalPages": 123, "hasNext": true, "hasPrevious": true }
List all webhooks
API Key is required in header. You can find it in the settings
OK
Show child attributes