codeAPI Overview

REST API for integrating with Constanta Boost.


Base URL

https://api.boost.constanta.dev/api

Authentication

All requests require JWT token in header:

Authorization: Bearer <token>

Response Format

Success

{
  "data": { ... },
  "message": "Success"
}

Error


HTTP Status Codes

Code
Description

200

OK

201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

429

Too Many Requests

500

Server Error


Rate Limits

Plan
Requests/min
Requests/hour

Free

30

300

Starter

60

1000

Professional

120

5000


Main Endpoints

Group
Base Path
Description

Auth

/api/auth

Authentication

Mailboxes

/api/mailboxes

Mailboxes

Templates

/api/templates

Templates

Stats

/api/stats

Statistics

Settings

/api/settings

Settings

Last updated

Was this helpful?