Get a conversation
GET/inbox/conversations/:id
The conversation with the full contact and the last campaigns it received.
Request
Responses
- 200
- 401
- 402
- 404
- 429
Record found.
Missing, malformed, unknown or revoked token (authentication), or a suspended
account (tenant_inactive).
No entitlement (payment_required). The body carries the reason in reason and the
way out in action: what to do (kind) and the dashboard page where it is done (url).
Resource does not exist (not_found).
Rate limit exceeded (rate_limit).
Response Headers
Retry-After
Seconds to wait before retrying.
X-RateLimit-Category
Which rate limit category applied — send, media or default.
X-RateLimit-Scope
Which bucket the other headers describe — key (the API key), session (the dashboard) or account (the account ceiling).
X-RateLimit-Limit
Request ceiling for this category in the current window.
X-RateLimit-Remaining
Requests left in the current window.