This API endpoint allows you to get paywall prices and their corresponding IDs.
Basic Setup
Endpoint
Authentication
Include the
x-api-key
header with your API key.How to get your API key
- Log into your account
- Navigate to "Settings" → "API Keys"
- Create new or copy existing key
Request Details
URL Parameters
paywallId
(string, required) - Your paywall identifier
Sample Implementation
Response Format
Error Handling
Common Error Responses
- 400 - Bad Request (missing parameters, invalid format)
- 401 - Unauthorized (invalid API key)
- 500 - Internal Server Error
Security Guidelines
- Store API keys securely
- Use HTTPS for all requests