Get Available Events
GET
/api/v1/webhooks/events/available
const url = 'https://api.qeychain.xyz/api/v1/webhooks/events/available';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.qeychain.xyz/api/v1/webhooks/events/availableGet list of available webhook event types.
Responses
Section titled “Responses”Successful Response
Media typeapplication/json
Response Get Available Events Api V1 Webhooks Events Available Get
object
key
additional properties
any
Examplegenerated
{}