curl --request GET \
--url https://api.getmany.io/service/v1/master-inbox/rooms \
--header 'Authorization: Bearer <token>'{
"data": [
{
"roomId": "<string>",
"roomName": "<string>",
"topic": "<string>",
"roomType": "<string>",
"roomUsers": [
{
"user": {
"id": "<string>",
"nid": "<string>",
"rid": "<string>",
"name": "<string>",
"photoUrl": "<string>"
},
"organization": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"photoUrl": "<string>"
},
"role": "<string>"
}
],
"lastStory": {
"storyId": "<string>",
"message": "<string>",
"user": {
"id": "<string>",
"nid": "<string>",
"rid": "<string>",
"name": "<string>",
"photoUrl": "<string>"
},
"createdDateTime": "2023-11-07T05:31:56Z",
"updatedDateTime": "2023-11-07T05:31:56Z",
"attachments": [
{
"objectReferenceId": "<string>",
"objectType": "<string>",
"createdDateTime": "2023-11-07T05:31:56Z",
"author": {
"user": {
"id": "<string>",
"nid": "<string>",
"rid": "<string>",
"name": "<string>",
"photoUrl": "<string>"
},
"organization": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"photoUrl": "<string>"
},
"role": "<string>"
},
"metadata": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"unreadCount": 123,
"organization": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"photoUrl": "<string>"
},
"creator": {
"user": {
"id": "<string>",
"nid": "<string>",
"rid": "<string>",
"name": "<string>",
"photoUrl": "<string>"
},
"organization": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"photoUrl": "<string>"
},
"role": "<string>"
},
"owner": {
"user": {
"id": "<string>",
"nid": "<string>",
"rid": "<string>",
"name": "<string>",
"photoUrl": "<string>"
},
"organization": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"photoUrl": "<string>"
},
"role": "<string>"
},
"vendorProposal": {
"id": "<string>",
"userId": "<string>",
"marketplaceJobPostingId": "<string>"
},
"contract": {
"id": "<string>",
"title": "<string>",
"contractType": "<string>",
"status": "<string>",
"createdDateTime": "2023-11-07T05:31:56Z",
"startDateTime": "2023-11-07T05:31:56Z",
"endDateTime": "2023-11-07T05:31:56Z"
},
"contractId": "<string>",
"roomNote": "<string>",
"roomNotePresent": true,
"isPublic": true,
"favorite": true,
"readOnly": true,
"hidden": true,
"muted": true,
"blockDateTime": "2023-11-07T05:31:56Z",
"blockedBy": {
"user": {
"id": "<string>",
"nid": "<string>",
"rid": "<string>",
"name": "<string>",
"photoUrl": "<string>"
},
"organization": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"photoUrl": "<string>"
},
"role": "<string>"
},
"lastStoryId": "<string>",
"lastStoryAt": "2023-11-07T05:31:56Z",
"lastSyncedAt": "2023-11-07T05:31:56Z",
"numUsers": 123,
"storiesCount": 123,
"createdAtDateTime": "2023-11-07T05:31:56Z"
}
],
"meta": {
"pageSize": 123,
"nextCursor": "<string>"
}
}Returns a paginated list of chat rooms for the workspace’s agency. Supports filtering by archived status, search, participants, pipeline stages, client-only messages, and multiple sort modes with cursor-based pagination.
curl --request GET \
--url https://api.getmany.io/service/v1/master-inbox/rooms \
--header 'Authorization: Bearer <token>'{
"data": [
{
"roomId": "<string>",
"roomName": "<string>",
"topic": "<string>",
"roomType": "<string>",
"roomUsers": [
{
"user": {
"id": "<string>",
"nid": "<string>",
"rid": "<string>",
"name": "<string>",
"photoUrl": "<string>"
},
"organization": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"photoUrl": "<string>"
},
"role": "<string>"
}
],
"lastStory": {
"storyId": "<string>",
"message": "<string>",
"user": {
"id": "<string>",
"nid": "<string>",
"rid": "<string>",
"name": "<string>",
"photoUrl": "<string>"
},
"createdDateTime": "2023-11-07T05:31:56Z",
"updatedDateTime": "2023-11-07T05:31:56Z",
"attachments": [
{
"objectReferenceId": "<string>",
"objectType": "<string>",
"createdDateTime": "2023-11-07T05:31:56Z",
"author": {
"user": {
"id": "<string>",
"nid": "<string>",
"rid": "<string>",
"name": "<string>",
"photoUrl": "<string>"
},
"organization": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"photoUrl": "<string>"
},
"role": "<string>"
},
"metadata": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"unreadCount": 123,
"organization": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"photoUrl": "<string>"
},
"creator": {
"user": {
"id": "<string>",
"nid": "<string>",
"rid": "<string>",
"name": "<string>",
"photoUrl": "<string>"
},
"organization": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"photoUrl": "<string>"
},
"role": "<string>"
},
"owner": {
"user": {
"id": "<string>",
"nid": "<string>",
"rid": "<string>",
"name": "<string>",
"photoUrl": "<string>"
},
"organization": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"photoUrl": "<string>"
},
"role": "<string>"
},
"vendorProposal": {
"id": "<string>",
"userId": "<string>",
"marketplaceJobPostingId": "<string>"
},
"contract": {
"id": "<string>",
"title": "<string>",
"contractType": "<string>",
"status": "<string>",
"createdDateTime": "2023-11-07T05:31:56Z",
"startDateTime": "2023-11-07T05:31:56Z",
"endDateTime": "2023-11-07T05:31:56Z"
},
"contractId": "<string>",
"roomNote": "<string>",
"roomNotePresent": true,
"isPublic": true,
"favorite": true,
"readOnly": true,
"hidden": true,
"muted": true,
"blockDateTime": "2023-11-07T05:31:56Z",
"blockedBy": {
"user": {
"id": "<string>",
"nid": "<string>",
"rid": "<string>",
"name": "<string>",
"photoUrl": "<string>"
},
"organization": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"photoUrl": "<string>"
},
"role": "<string>"
},
"lastStoryId": "<string>",
"lastStoryAt": "2023-11-07T05:31:56Z",
"lastSyncedAt": "2023-11-07T05:31:56Z",
"numUsers": 123,
"storiesCount": 123,
"createdAtDateTime": "2023-11-07T05:31:56Z"
}
],
"meta": {
"pageSize": 123,
"nextCursor": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Sort order for chat rooms.
date-desc, date-asc true, false