curl --request GET \
--url https://api.affinity.co/v2/companies/{companyId}/fields \
--header 'Authorization: Bearer <token>'| ⚠️ This endpoint is currently in BETA |
|---|
| Paginate through field values on a single company. |
Enriched, global, and relationship-intelligence fields will be included by default. The ids and types parameters can be used to filter
the collection. These parameters are mutually exclusive.
curl --request GET \
--url https://api.affinity.co/v2/companies/{companyId}/fields \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://developer.affinity.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Company ID
1 <= x <= 9007199254740991Field IDs for which to return field data
["field-1"]
Field Types for which to return field data
enriched, global, relationship-intelligence Cursor for the next or previous page
"ICAgICAgYmVmb3JlOjo6Nw"
Number of items to include in the page
1 <= x <= 10020
Was this page helpful?