# Get custom fields Retrieve all custom fields for the authenticated user. Requires API key authentication. Endpoint: GET /api-get-custom-fields Version: 1.1.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `success` (boolean) - `data` (array) - `data.id` (string) - `data.user_id` (string) - `data.field_name` (string) Example: "Company" - `data.field_type` (string) Enum: "text", "email", "phone", "number", "date", "select" - `data.field_options` (array,null) Options for select type fields - `data.is_required` (boolean) - `data.field_order` (integer) - `data.created_at` (string) - `data.updated_at` (string) ## Response 401 fields ## Response 500 fields