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

Authorizations

Authorization
string
header
required

API authentication token

Response

A successful response.

steps
object[]