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