cURL
curl --request GET \ --url https://core.api.ravennahq.com/api/webhooks \ --header 'x-ravenna-api-token: <api-key>'
{ "items": [ { "id": "<string>", "name": "<string>", "url": "<string>", "secret": "<string>", "active": true, "eventTypes": [ "Ticket" ], "workspaceId": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ], "totalCount": 123, "nextCursor": "<string>" }
x >= 1
x >= 0
1 <= x <= 10000
asc
desc
Successful response
The response is of type object.
object