Skip to main content
GET
List contact properties

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

Path Parameters

contactId
string
required

The unique identifier of the contact.

Pattern: ^(.*)$
Example:

"6a145ff26212a192852c856e"

Query Parameters

limit
integer | null
default:10

Page size

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

"eyJsYXN0SWQiOiJVU211a09NaXBhIn0"

type
string | null

Filter properties by type.

Example:

"phone-number"

Response

OK

data
object[]
required
nextCursor
string | null
required

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

Example:

"eyJsYXN0SWQiOiJVU211a09NaXBhIn0"