Base URLs & Endpoints
SendClean APIs are accessible through version-specific base URLs. The base URL will be provided to you during account onboarding and varies based on your region and deployment.
API version structure
Choose the API service based on the type of email operation you want to perform.
| API service | Version path | Best for | Base URL pattern |
|---|---|---|---|
| Single API | v1.0 | Transactional emails and individual sends | {{base_url}}v1.0/ |
| Bulk API | v2 | High-volume campaigns and batch operations | {{base_url}}/v2/ |
Example URLs
If your assigned base URL is:
https://api.sendclean.com/Use the following endpoint formats:
| API service | Example endpoint |
|---|---|
| Single API | https://api.sendclean.com/v1.0/messages/sendMail |
| Bulk API | https://api.sendclean.com/v2/mail/send |
Replace
{{base_url}}with the base URL provided during account onboarding. Your base URL may vary based on your region and deployment.
Updated 4 days ago
Did this page help you?