cURL
curl --request PATCH \ --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/webhooks/uid/{uid} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "url": "<string>", "entities": [ "agent" ], "active": true } '
{ "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
Descriptive name for the webhook
50
Webhook endpoint URL
1 - 500
Entity types to monitor
1 - 10
agent
context
contextfile
Whether the webhook is active
Successful update
HMAC secret for signature validation
Creation timestamp (ISO 8601)