List contacts
Contacts
List Contacts API
Retrieve Breezing contacts with cursor pagination and search by name or address to label crypto counterparties in accounting workflows.
GET
List contacts
Query Parameters
Organization ID. Use GET /v1/companies to discover available org/company pairs.
Example:
"1"
Company ID. Use GET /v1/companies to discover available companies and their access levels.
Example:
"1"
Contact ID to start after (cursor-based pagination, ordered by id desc).
Example:
"100"
Number of contacts to return (1-100, default 50)
Example:
"50"
Search by name (substring match) or address (prefix match, case-insensitive).
Example:
"binance"
Last modified on May 3, 2026