GET contacts
Fetch a list of contacts.
GET /user-api/v1/contacts
Query Parameters
Set a limit to the number of records to return (Default:25)
Number of records to skip.
Sort order:
updated_at:asc, updated_at:desc, created_at:asc, created_at:desc, last_team_interaction:asc, last_team_interaction:desc, full_name:asc, full_name:descRelated data to include:
emails, phone_numbers, companies, custom_fields, tags, lists, notesHeaders
| Header | Value |
|---|---|
x-rolodex-api-key | f1e2d3c4b5a697... |
Response
With Include Parameters
GET /user-api/v1/contacts?include=emails,phone_numbers,companies,custom_fields,tags,lists,notes
Response with all includes
GET Contact by ID
Pass a contact id and fetches the full contact information.
GET /user-api/v1/contacts/:id
Path Parameters
Contact ID
Query Parameters
Related data to include:
emails, phone_numbers, companies, custom_fields, tags, lists, notesEndpoint Example
GET /user-api/v1/contacts/contact_12345?include=emails,phone_numbers,companies