Authentication
API Keys
Section titled “API Keys”All API requests require authentication via an API key.
Obtaining an API Key
Section titled “Obtaining an API Key”- Log in to the ePaper portal
- Navigate to Settings > API Keys
- Click Create New Key
- Copy and securely store your API key
Using Your API Key
Section titled “Using Your API Key”Include your API key in the Authorization header:
curl -H "Authorization: Bearer YOUR_API_KEY" \ https://api.example.com/v1/newslettersRate Limits
Section titled “Rate Limits”API requests are rate-limited to 100 requests per minute per API key.