Skip to main content
GET
/
inbox
/
conversations
List inbox conversations
curl --request GET \
  --url https://api.social-api.ai/v1/inbox/conversations \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Query Parameters

account_id
string

Filter by connected account ID

platform
string

Filter by platform (instagram, facebook, …)

status
enum<string>

Conversation status: active (default) or archived

Available options:
active,
archived
limit
integer

Max results (1–100, default 25)

cursor
string

Pagination cursor from previous response

Response

Paginated list of conversations

The response is of type object.