Get a single conversations inbox.
GET {{baseUrl}}/conversations/v3/conversations/inboxes/:inboxId?archived=false
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
archived | boolean |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","archived":"\u003cboolean\u003e","type":"\u003cstring\u003e"}