This is a catch-all provider — any valid URL under
https://api.affinity.co is supported. Any Affinity v1 API endpoint. Construct URL as https://api.affinity.co/{path}. Common roots: lists, list-entries, persons, organizations, opportunities, fields, field-values, field-value-changes, notes, interactions. See https://api-docs.affinity.co/ for full reference. The endpoints below are curated examples.Endpoints
List all lists in the Affinity workspace
GEThttps://api.affinity.co/lists — Free
- SDK
- cURL
Get entries in a specific list (paginated)
GEThttps://api.affinity.co/lists/{list_id}/list-entries — Free
- SDK
- cURL
Search organizations by name or domain
GEThttps://api.affinity.co/organizations?term=acme — Free
- SDK
- cURL
Retrieve a single organization by id
GEThttps://api.affinity.co/organizations/{organization_id} — Free
- SDK
- cURL
Search persons by name or email
GEThttps://api.affinity.co/persons?term=jane — Free
- SDK
- cURL
Retrieve a single person by id
GEThttps://api.affinity.co/persons/{person_id} — Free
- SDK
- cURL
Search opportunities (deals)
GEThttps://api.affinity.co/opportunities?term=series+a — Free
- SDK
- cURL
List fields, optionally scoped to a list
GEThttps://api.affinity.co/fields?list_id={list_id} — Free
- SDK
- cURL
Get field values for a person, organization, opportunity, or list entry
GEThttps://api.affinity.co/field-values?person_id={person_id} — Free
- SDK
- cURL
Create a note attached to persons, organizations, or opportunities
POSThttps://api.affinity.co/notes — Free
- SDK
- cURL
Update an existing field value by id
PUThttps://api.affinity.co/field-values/{field_value_id} — Free
- SDK
- cURL
Delete a note by id
DELETEhttps://api.affinity.co/notes/{note_id} — Free
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests