| ⚠️ This endpoint is currently in BETA |
|---|
Retrieve a single field on a company. Returns basic information and the field value.
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 ID
"affinity-data-location"
"field-1234"
OK
The field's unique identifier
"affinity-data-location"
The field's name
"Location"
The field's type
enriched, global, list, relationship-intelligence "enriched"
The source of the data in this Field (if it is enriched)
affinity-data, dealroom, eventbrite, mailchimp, null "affinity-data"
{
"type": "company-multi",
"data": [
{
"id": 1,
"name": "Horizon Technologies",
"domain": "horizontech.com"
},
{
"id": 2,
"name": "Crestwood Capital",
"domain": "crestwoodcap.com"
}
]
}