Skip to main content
GET
List conversations

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.

Query Parameters

limit
number
cursor
string
phone
string

Return only the conversation for this exact number.

status
enum<string>

Defaults to all for the API (both open and archived).

Available options:
open,
done,
all

Response

data
object[]
required
nextCursor
string

Cursor for the next page (pass as cursor). Absent on last page.