Skip to main content
GET
List contacts

Query Parameters

orgId
string
required

Organization ID. Use GET /v1/companies to discover available org/company pairs.

Example:

"1"

companyId
string
required

Company ID. Use GET /v1/companies to discover available companies and their access levels.

Example:

"1"

cursor
string

Contact ID to start after (cursor-based pagination, ordered by id desc).

Example:

"100"

limit
string
default:50

Number of contacts to return (1-100, default 50)

Example:

"50"

Search by name (substring match) or address (prefix match, case-insensitive).

Example:

"binance"

Response

Contacts retrieved successfully

success
enum<boolean>
required
Available options:
true
data
object[]
required
pagination
object
required
Last modified on July 10, 2026