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

Path Parameters

ParameterTypeDescription
slugstringFlow identifier
Use this endpoint to understand the structure of a flow before creating requests, or to build a custom form UI.

Example

cURL
curl 'https://connect.penbox.io/v1/flows/client-onboarding/steps' \
  -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