cURL
curl --request GET \ --url https://formhug.ai/api/v1/forms/{form_token}/theme \ --header 'Authorization: Bearer <token>'
{ "data": { "header": { "images": [ { "url": "<string>", "id": "<string>" } ] }, "wallpaper": { "color": "<string>" }, "primary_color": "<string>", "submit_button": { "style": { "background_color": "<string>", "color": "<string>" } }, "typography": { "form_header": { "color": "<string>" }, "field_label": { "color": "<string>" }, "choice_style": { "color": "<string>" } }, "general_button": { "color": "<string>", "border_color": "<string>" }, "form_container": { "style": { "background_color": "<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
With header image
Show child attributes
Was this page helpful?