GET
/
v1
/
flows
/
steps
/
list
curl --request GET \
  --url https://sandbox-api.getcove.co/v1/flows/steps/list
{
  "steps": [
    {
      "id": "<string>",
      "name": "<string>",
      "options": {
        "skippable": true
      }
    }
  ]
}

Response

200
application/json
A successful response.
steps
object[]