Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.boostgpt.co/v1/bot/crm/fields \ --header 'Authorization: Bearer <token>'
{ "fields": [ { "uuid": "<string>", "label": "<string>", "field_key": "<string>", "options": [ "<string>" ], "required": true } ] }
List custom fields for an agent CRM.
Enter your API key
Project ID
Agent ID
Success
Show child attributes
Was this page helpful?