Skip to main content
GET
List contacts

Authorizations

Authorization
string
header
required

Headers

Quo-Api-Version
enum<string>
required

API version header. Supported values: 2026-03-30

Available options:
2026-03-30

Query Parameters

externalIds
string[] | null
deprecated

DEPRECATED, use externalId[in] instead. Will still work, but if both are provided, their values are combined and deduplicated. Filter by external IDs

Maximum array length: 50
sources
string[] | null
deprecated

DEPRECATED, use source[in] instead. Will still work, but if both are provided, their values are combined and deduplicated. Filter by source labels

Maximum array length: 50
externalId
object | null
source
object | null
limit
integer | null
default:10

Page size

Required range: 1 <= x <= 50
after
string | null
Example:

"eyJsYXN0SWQiOiJVU211a09NaXBhIn0"

Response

OK

data
object[]
required
nextCursor
string | null
required

Cursor for the next page, or null when there are no more pages.

Example:

"eyJsYXN0SWQiOiJVU211a09NaXBhIn0"