How do I use Signing Secret for API initialization?
AllResonantJunglefowl26 months ago
Where can I find the signing secret needed for setting up the api. Also help me setup the signing secret please.
Elliottadmin26 months ago
Hey,
To use signing secrets for webhook verification:
- First find your webhook secret on Dashboard > Connections > Webhook and copy the signing secret
- In your webhook endpoint, verify the signature we send in the payload header like so:
Ensure that you use the raw body provided to the request payload