Webhooks

User's account

From the user's account, in the "API Key" area, it is possible to create endpoints for webhooks.

API endpoint

With the API, you can add an endpoint for your API key.

Generic data in webhook

All webhooks are structured by generic properties:

{
   "id": string,
   "api_version": number,
   "created": number,
   "type": string,
   "data": object,
}

Last updated