Authentication
Authentication
All requests to Fery APIs require an API key.
Request header
Call Fery APIs from your backend only. Do not embed the API key in client applications.
Example
Invalid API key
Webhook authentication
When Fery sends events to your webhookURL, each request includes:
Validate this header before processing the payload. The webhook secret is different from x-api-key and is shared by Fery separately.