EndpointsList Fields
Endpoints

List Fields

Retrieve all custom fields

curl -X GET "/api/fields" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)"
[{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "field_name": "John Doe",
  "data_name": "John Doe",
  "type": "text",
  "is_required": true
}]
GET
/fields
GET
Security Scheme
Bearer Token (JWT)
Bearer Tokenstring
Required

Bearer token (JWT) - just enter the token, "Bearer" prefix will be added automatically

Request Preview
Response

Response will appear here after sending the request

Authentication

bearerAuth
header
Authorizationstring
Required

Bearer token (JWT). Authentication token required.

Responses

idstring
field_namestring
data_namestring
typestring
Allowed values:textnumberdateboolean
is_requiredboolean
Was this page helpful?
Built with Documentation.AI

Last updated 5 days ago