Platform's webhooks
Some features can send JSON-encoded data to API endpoints defined in platform’s Back Office when their data is updated.
Available features
Authentication
If the API you want the data to be sent to require using an API Key, it can be defined in platform's Back Office, and will be sent along with the data in the following ways:
- as
X-API-KEYheader - as
Bearertoken in authorization header - as
apiKeyproperty directly in the data