EasePop
  • Home
  • Features
  • Documentation
  • FAQ
  • Showcase
  • Pricing
  • Contact
Log inGet Started
EasePop Knowledge Base
EasePop Knowledge Base
EasePop Documentation
User Submissions
Plan Usage Limits
API Reference
API Authentication
API Reference

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

  1. Go to Domains in your dashboard.
  2. Click "Manage" on the domain you want to get the API key for.
  3. 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>"

EasePop API Reference

Interact with EasePop programmatically using our REST API.

Get submissions GET

Next Page

On this page

How to get an API keyHow to use the API key