Query Parameters
q?string|null
cursor?string|null
limit?Limit
Range
1 <= value <= 500Default
100Header Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/contacts"{ "items": [ { "id": "string", "kind": "member", "name": "string", "phone_e164": "string", "email": "string", "role": "string" } ], "next_cursor": "string"}