Last updated 1 year ago
From the user's account, in the "API Key" area, it is possible to create endpoints for webhooks.
With the API, you can add an endpoint for your API key.
All webhooks are structured by generic properties:
{ "id": string, "api_version": number, "created": number, "type": string, "data": object, }