cURL
curl --request GET \ --url https://openapi.enginy.ai/v1/companies/fields \ --header 'x-api-key: <api-key>'
{ "status": "success", "message": "<string>", "data": { "entity": "CONTACT", "fields": [ { "id": "<string>", "label": "<string>", "fieldType": "STANDARD", "entity": "CONTACT", "dataType": "<string>", "editable": true, "searchable": true, "sortable": true, "importable": true, "exportable": true, "promptReference": "<string>" } ] } }
Retrieve the company fields you can reference in prompts and request through the companies endpoints..
Required scope: COMPANIES_READ Rate limit: 100 requests per minute
Required scope: COMPANIES_READ
COMPANIES_READ
Rate limit: 100 requests per minute
Company field metadata retrieved successfully
success
Show child attributes