cURL
curl --request GET \ --url https://connect.penbox.io/v1/form_templates/{slug}/steps \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "title": "<string>", "description": "<string>", "elements": [ { "key": "<string>", "type": "<string>", "label": "<string>", "required": true } ] } ]
Retrieve the form steps/structure for a specific form template.
API token (starts with pnbx_). Create at https://app.penbox.io/workspace/settings/api. Include as: Authorization: Bearer {token}
Flow slug identifier
Successful response
Step identifier
Step title
Step description
Form elements in this step
Show child attributes
Was this page helpful?