cURL
curl --request GET \ --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/webhooks/uid/{uid} \ --header 'x-api-key: <api-key>'
{ "uid": "<string>", "name": "<string>", "url": "<string>", "secret": "<string>", "entities": [ "<string>" ], "active": true, "createdAt": "2023-11-07T05:31:56Z" }
Documentation IndexFetch the complete documentation index at: https://docs.mindset.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.mindset.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your application's uid
1
Unique ID of the webhook
Successful retrieval
Descriptive name for the webhook
Webhook endpoint URL
HMAC secret for signature validation
Entity types to monitor
Whether the webhook is active
Creation timestamp (ISO 8601)