Backeer API
Manage your subscription and email services programmatically.
Authentication
Send this header with every request.
X-API-Key: ems_live_YOUR_KEY başlığını gönderin.curl https://api-ems.backeer.com/v1/me \\
-H "X-API-Key: ems_live_YOUR_KEY"
Domain operations
POST /domains
Adds a new domain.
{"domain":"example.com"}
GET /domains
Lists your domains.
Email operations
GET /domains/{domain}/emails
Lists email accounts for a domain.
Subscription
GET /me— Customer profileGET /subscription— Plan and subscription statusGET /services— Service summary401 INVALID_API_KEY404 UNKNOWN_RESOURCE422 VALIDATION_ERROR