API Authentication
Learn how to authenticate with our API.
For all interactions with our API, you need your EasePop API key. An API key is only valid for the domain you generated it for. If you want to authenticate on multiple domains, you need multiple API keys.
How to get an API key
- Go to Domains in your dashboard.
- Click "Manage" on the domain you want to get the API key for.
- Scroll until the section "API Key" and copy the key.
How to use the API key
Provide the API key in the x-api-key header of each request.
# Example cURL command
curl "https://api.easepop.dev/api/submission" -H "x-api-key: <your-api-key>"