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

Authorizations

Authorization
string
header
required

API authentication token

Response

A successful response.

flows
object[]