cURL
curl --request GET \ --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/webhooks \ --header 'x-api-key: <api-key>'
{ "webhooks": [ { "uid": "<string>", "name": "<string>", "url": "<string>", "secret": "<string>", "entities": [ "agent" ], "active": true, "createdAt": "2023-11-07T05:31:56Z" } ] }
Your application's uid
1
Start after the given createdAt timestamp (ISO 8601) for pagination
Successful retrieval
Show child attributes
Unique ID of the webhook
Descriptive name for the webhook
Webhook endpoint URL
HMAC secret for signature validation
Entity types to monitor
agent
context
contextfile
Whether the webhook is active
Creation timestamp (ISO 8601)