Skip to main content
GET
Get Team Unassigned Conversations

Authorizations

Authorization
string
header
required

Basic authentication using base64 encoded API key and secret. Format: Authorization: Basic <base64(api_key:api_secret)>

Path Parameters

id
string
required

The unique identifier for the team

Query Parameters

page
integer
default:1

Page number (defaults to 1)

page_size
integer
default:30

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

Required range: 1 <= x <= 100

Response

List of unassigned conversations for team

status
string
Example:

"success"

data
object