cURL
curl --request GET \ --url https://demoapi.saasphereltd.com/api/v1/utils/form-field/list/{class} \ --header 'Authorization: Bearer <token>'
{ "status": "00", "message": "OK", "data": [ { "id": 1, "name": "first_name", "label": "First name", "type": "string" } ] }
Retrieve a list of form fields for the given class identifier.
Paste only the token (no "Bearer " prefix).
The class identifier for the form fields to retrieve.
A list of form fields
"00"
"OK"