cURL
curl --request GET \ --url https://quizquail.com/api/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "url": "<string>", "events": [ "<string>" ], "active": true, "createdAt": "2023-11-07T05:31:56Z" } ] }
List all registered webhooks. Secrets are excluded from the response.
API key authentication. Prefix your key with Bearer in the Authorization header.
Bearer
Keys follow the format qq_... and can be scoped to specific permissions.
qq_...
List of webhooks
Show child attributes
Was this page helpful?