ArgorantDocs

Open a conversation

gethttps://app.argorant.com/api/v1/inbox/{thread_id}
GET
/api/v1/inbox/{thread_id}

One thread with the full message text.

Authorization

BearerAuth
AuthorizationBearer <token>

Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.

In: header

Path Parameters

thread_id*string

The id from the list.

Response Body

application/json

application/json

Shell
curl -X GET "https://app.argorant.com/api/v1/inbox/native-conversation:lead:7f3a2c1e-9b4d-4e8a-a1c2-5d6e7f8a9b0c:0c9d8e7f-6a5b-4c3d-8e2f-1a0b9c8d7e6f"
JSON
{  "event": {    "id": "native-conversation:lead:7f3a2c1e-9b4d-4e8a-a1c2-5d6e7f8a9b0c:0c9d8e7f-6a5b-4c3d-8e2f-1a0b9c8d7e6f",    "campaign_name": "Q4 CFO outreach",    "from_email": "jane.doe@example-acme.com",    "inbox_email": "elena@northgate-advisory.com",    "subject": "Re: Quick question, Jane",    "body": "Happy to talk. Does Thursday 10:00 work?\n\nJane",    "classification": "interested",    "created_at": "2026-09-18T14:03:11+00:00"  }}