Appearance
Authentication
All API requests must include the x-webhook-signature header containing your shared secret.
Header
x-webhook-signature: <your-secret>Example
bash
curl -X GET http://localhost:3000/pricing-products \
-H "x-webhook-signature: your-secret-here"Obtaining a Secret
Contact your administrator to obtain a shared secret for your integration.