Skip to main content
GET
/
api
/
v1
/
linkedin
/
chats
List Chats
curl --request GET \
  --url https://api.example.com/api/v1/linkedin/chats \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {},
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://bavlio.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

account_id
string<uuid>
required
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Successful Response

success
boolean
required
data
Data · object
error
string | null