Conversations

Get Unassigned Conversations

Get all conversations not assigned to any user and team

get/api/v1/conversations/unassigned

Query parameters

pageinteger

Page number (defaults to 1)

page_sizeinteger

Number of items per page (defaults to 30, max 100)

Response

Unassigned conversations retrieved successfully

statusstring

Example response

{
  "status": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.