Retrieve the steps/structure of a specific flow (now called a form template).
GET https://connect.penbox.io/v1/flows/{slug}/steps
Path Parameters
| Parameter | Type | Description |
|---|
slug | string | Flow identifier |
Use this endpoint to understand the structure of a flow before creating requests, or to build a custom form UI.
Example
curl 'https://connect.penbox.io/v1/flows/client-onboarding/steps' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
Response Codes
| Code | Description |
|---|
200 | Success |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found — flow not found or not enabled |
429 | Too Many Requests |
500 | Server Error |