Skip to main content
Previous API version. Use GET /form_templates/{slug}/options for new integrations. This route still works but is deprecated.
Retrieve the configuration options for a specific flow (now called a form template).
GET https://connect.penbox.io/v1/flows/{slug}/options

Path Parameters

ParameterTypeDescription
slugstringFlow identifier
The exact structure of the options object depends on the flow configuration. Different flows may expose different options.

Example

cURL
curl 'https://connect.penbox.io/v1/flows/client-onboarding/options' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'

Response Codes

CodeDescription
200Success
401Unauthorized
403Forbidden
404Not Found — flow not found or not enabled
429Too Many Requests
500Server Error