List Contacts
Retrieve all contacts in your workspace with optional pagination. You can only access contacts from your own workspace.Query Parameters
Number of contacts to skip for pagination (default: 0)
Number of contacts to return (default: 10)
Response
Array of contact objects
Unique identifier for the contact
Contact name
Contact email address
ID of the associated company
Associated company information
Company ID
Company name
Company domains
Timestamp when the contact was created
Timestamp when the contact was last updated
ID of the workspace this contact belongs to
Total number of contacts in the workspace
Example Request
Example Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.