Skip to main content
GET
/
flows
/
{flow_id}
/
steps
/
{step_key}
/
form
Error
A valid request URL is required to generate request examples
{
  "status_code": 123,
  "detail": "<string>",
  "extra": "<unknown>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

x-system-token
string
header
required

System token for additional authentication

Path Parameters

flow_id
integer
required
step_key
string
required

Query Parameters

language_code
string
required
booking_id
null | string
prefill_token
null | string

Response

Request fulfilled, document follows