List webhooks
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/webhooks
Requires scopewebhooks:read
Paid plans only.
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Responses
200Webhooks.
json
{ "data": [ { "id": "5d3e8b17-9c24-4a06-b7f5-1e8a2c6d40b9", "name": "Panel sync", "url": "https://panel.example.com/hooks/evora", "events": [ "user.register", "license.used" ], "enabled": true } ], "total": 2, "page": 1, "limit": 25, "totalPages": 1 }
More in Webhooks
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs