Skip to main content
GET
List contacts

Query Parameters

email
string
offset
integer<int32>
default:0

The cursor used in pagination. This is the index of the first contact to be returned.

limit
integer<int32>
default:20

The maximum number of contacts to be returned. The default is 20.

sort_by
string

The property used to sort the contacts by. The default is Name.

order_by
string

The sorting direction for the returned contacts. Accepted values: ASC, DESC. The default is ASC.

Response

200 - application/json

Contacts returned

items
object[] | null