Skip to main content
GET
/
v1
/
flows
/
{flowId}
Error
A valid request URL is required to generate request examples
{
  "flow": {
    "id": "<string>",
    "name": "<string>",
    "steps": [
      {
        "id": "<string>",
        "name": "<string>",
        "options": {
          "skippable": true
        }
      }
    ],
    "options": {
      "runCreditCheck": {
        "provider": [
          "<string>"
        ]
      }
    }
  }
}

Authorizations

Authorization
string
header
required

API authentication token

Path Parameters

flowId
string
required

Response

A successful response.

flow
object