cURL
curl --request GET \ --url https://brew.new/api/v1/fields \ --header 'Authorization: Bearer <token>'
{ "fields": [ { "fieldName": "email", "fieldType": "string", "label": "Email", "isCore": true, "isFilterable": true, "isSortable": true, "isSearchable": true }, { "fieldName": "plan", "fieldType": "string", "label": "Plan", "isCore": false, "isFilterable": true, "isSortable": true, "isSearchable": false } ] }
Returns both core contact fields and custom field definitions available for the current organization.
Send your Brew API key as Authorization: Bearer brew_xxx.
Authorization: Bearer brew_xxx
Field definitions for this organization.
Show child attributes
Was this page helpful?