
Affinity API Integration Profile
Information and guides about integrating with Affinity API
Add Affinity Integration to Your ProductGet metadata on Company Fields in Affinity API
Returns metadata on non-list-specific Company Fields.
Use the returned Field IDs to request field data from the GET /v2/companies
and GET /v2/companies/{id}
endpoints.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Query | query | object | |
Cursor | query.cursor | string | |
Limit | query.limit | integer | |
Headers | headers | object |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Data | data | array of items | A page of FieldMetadata results |
Id | item.id | string | The field's unique identifier |
Name | item.name | string | The field's name |
Type | item.type | string | The field's type |
Enrichment Source | item.enrichmentSource | string | The source of the data in this Field (if it is enriched) |