Skip to main content
GET
List messages for contact

Authorizations

Authorization
string
header
required

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

Path Parameters

identifier
string
required

Contact identifier: the numeric contact id, an email address, or a phone number.

Minimum string length: 1

Query Parameters

perPage
number
default:20

Number of messages per page.

cursor
string

Opaque pagination cursor from a previous response. Omit for the first page.

Response

OK

data
object[]
required
nextCursor
string | null
required
prevCursor
string | null
required