cURL
curl --request GET \ --url https://devtune.ai/api/v2/projects/{projectId}/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": { "webhooks": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "url": "<string>", "events": [ "<string>" ], "isActive": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }, "meta": { "timestamp": "2023-11-07T05:31:56Z", "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }
Returns active webhook subscriptions for the project.
API key with dtk_live_ prefix. Obtain from Settings > API Keys.
Webhook subscriptions list
Show child attributes