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