status=revoked, revoked contacts are excluded from the response.
Base URL
Authentication
All requests must include a Bearer token in theAuthorization header.
Query Parameters
number
default:"1"
The page number to retrieve. Minimum value is
1.number
default:"25"
Number of contacts to return per page. Minimum value is
1, maximum value is 100.ContactType
Filter contacts by type. Accepted values:
payee— a vendor managed by your businessbusiness— an independent Cleo business
ContactStatus
Filter contacts by status. Accepted values:
active, archived, revoked.By default, the response includes contacts with
active or archived status. Revoked contacts are only returned when you explicitly pass status=revoked.string
Free-text search string. Matches against a contact’s display name or email address.
Response
Returns aContactList object.
number
The total number of contacts matching the query, across all pages.
Contact[]
Array of contact objects for the current page.
Example Request
curl
Example Response
200