Skip to content
AI Inbx
Esc
navigateopen⌘Jpreview
On this page

Threads API

Use the AI Inbx threads API. Browse endpoints, request parameters, response schemas, and code examples for your integration.

Read email conversations.

Endpoints

Method Operation Path
GET List threads /threads
GET Retrieve a thread /threads/{thread_id}
POST Reply in a thread /threads/{thread_id}/reply
POST Forward a thread /threads/{thread_id}/forward

Request essentials

Use https://api.aiinbx.com/api/v2 as the base URL and send your API key in Authorization: Bearer <key>. Keep credentials on your server.

See Authentication for scopes, Conventions for pagination and idempotency, and Errors for recovery guidance. Each endpoint page includes its parameters, response schemas, and copyable curl, JavaScript, and Python examples.

Last updated on September 9, 2026

Was this page helpful?