logo
Custom FieldsList Custom Fields

List Custom Fields

Retrieve all custom fields

curl -X GET "https://app.nashra.ai/api/v1/fields" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "data": [
    {
      "uuid": "9a3c2b6e-8f3a-4f7c-b1a4-1f1d5d9e4c22",
      "field_name": "Company",
      "data_name": "company",
      "type": "text",
      "is_required": false
    }
  ],
  "meta": {}
}
GET
/fields
GET
Bearer Token
Bearer Tokenstring
Required

API token generated in Settings > API Tokens

API token generated in Settings > API Tokens
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. API token generated in Settings > API Tokens

Responses

dataarray
metaobject