1. Go to Front > Settings > Developers > API tokens. 2. Create token. 3. Use as Bearer token.
| Base URL | https://api2.frontapp.com/ |
|---|---|
| API version | v1 |
| Auth | API token as Bearer. Generate at app.frontapp.com > Settings > API & integrations. |
| Request body | application/json |
| Pagination | cursor-based: _pagination.next in response. |
| Rate limit | Starter: 50 req/min. Growth: 100/min. Scale: 200/min. |
| Error format | JSON: {"_error":{"status":403,"title":"...","message":"..."}} |
| Method | Path | Description |
|---|---|---|
GET | /conversations | List conversations |
GET | /inboxes | List shared inboxes |
POST | /channels/{id}/messages | Send message |
GET | /contacts | List contacts |
GET /conversations?q[statuses][]=open
Authorization: Bearer {api_token}
Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-04-07. Specs change โ verify against the official docs before production use.