Senderr API Reference
Welcome to the Senderr API! Our RESTful API enables you to programmatically access your email template library, render templates with custom variables, and send emails using your purchased or created templates.Base URL
All API requests should be made to:Authentication
Senderr API supports two authentication methods:1. API Key Authentication (Recommended for server-side)
Include your API key in the request header:2. Session Authentication (Browser-based)
When making requests from a logged-in browser session, authentication is handled automatically via secure HTTP-only cookies.Getting Your API Key
- Log in to your Senderr Dashboard
- Navigate to Settings β API Keys
- Click βGenerate New API Keyβ
- Copy and securely store your key
Rate Limits
API usage is limited based on your subscription plan:
Rate limit information is included in response headers:
Error Handling
The API uses conventional HTTP response codes and returns JSON error responses:Common HTTP Status Codes
Pagination
List endpoints support pagination usinglimit and offset parameters:
SDKs and Libraries
Official SDKs are coming soon. For now, you can use any HTTP client library in your preferred programming language.Quick Start Examples
Next Steps
- Browse your Template Library to see what templates you have access to
- Learn how to Render Templates with custom variables
- Start Sending Emails programmatically
- Check your API Usage and limits
Support
Need help with the API? Contact our support team:- π§ support@senderr.dev
- π Community Discord
- π Report Issues