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" }
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)