cURL
curl --request GET \ --url https://formhug.ai/api/v1/forms/{token} \ --header 'Authorization: Bearer <token>'
{ "data": { "name": "Customer feedback", "description": "Please share your feedback", "token": "Wabc12", "scene": "survey", "locale": "en", "timezone": "UTC", "created_at": "2026-05-12T08:00:00Z", "updated_at": "2026-05-12T09:00:00Z", "last_entry_created_at": "2026-05-13T10:00:00Z", "entries_count": 42, "folder": { "token": "KaB2c1", "name": "Work" }, "fields": [ { "type": "short_text", "label": "Name", "api_code": "field_1", "notes": "Please use your real name", "private": false, "required": true, "customized_validation_message": "<string>", "predefined_value": "<string>", "placeholder": "<string>", "answers": [ { "score": 123, "answer": [ "<string>" ] } ], "answer_explanation": "<string>" } ] } }
Required scope: form:read.
form:read
Documentation IndexFetch the complete documentation index at: https://formhug.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://formhug.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Personal Access Token prefixed with fh_. Sent as Authorization: Bearer fh_xxx. The scope required by each endpoint is listed in that endpoint's description.
fh_
Authorization: Bearer fh_xxx
Form token
Success
Show child attributes
Was this page helpful?