Skip to main content
GET
/
form_templates
/
{slug}
/
options
Get Form Template Options
curl --request GET \
  --url https://connect.penbox.io/v1/form_templates/{slug}/options \
  --header 'Authorization: Bearer <token>'
{}
Retrieve the configuration options for a specific form template.
The exact structure of the options object depends on the form template configuration. Different form templates may have different available options.

Authorizations

Authorization
string
header
required

API token (starts with pnbx_). Create at https://app.penbox.io/workspace/settings/api. Include as: Authorization: Bearer {token}

Path Parameters

slug
string
required

Flow slug identifier

Response

200 - application/json

Successful response

Form template options object with customization settings