Version: 1.0.0
Sendrella API
Sendrella provides tools for email validation, disposable email detection, credit tracking, and analytics.
Authentication
- For logged-in panel users: No API key required
- For external API access: Use
Authorization: Bearer {API_KEY}
or includeapi_key
in the request body
All responses are in JSON.
Authentication
- API Key: ApiKeyAuth
Use your API key with:
Authorization: Bearer {API_KEY}
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Authorization |