- REST API endpoints
- SDK integrations
- Webhook endpoints
REST API Authentication
To authenticate your REST API requests, include your API key in the request headers:Webhook API Key
For enhanced security, we automatically designate one of your API keys for webhook authentication. This designated webhook API key:- Is used to sign and verify webhook requests
- Cannot be deleted
- Ensures your webhook endpoints only receive legitimate requests
Keep your API keys secure and never share them in public repositories or client-side code.