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>"
]
}
}
}
]
}{
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}Flow
List flows
List your flows
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>"
]
}
}
}
]
}{
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}⌘I