| ⚠️ 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"
"field-1234"
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"
{
"data": {
"continent": "North America",
"country": "United States",
"streetAddress": "1 Main Street",
"city": "San Francisco",
"state": "California"
},
"type": "location"
}