Error
A valid request URL is required to generate request examples{
"flow": {
"id": "<string>",
"name": "<string>",
"steps": [
{
"id": "<string>",
"name": "<string>",
"options": {
"skippable": true
}
}
],
"options": {
"runCreditCheck": {
"provider": [
"<string>"
]
}
}
}
}{
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}Flow
Get a single flow
Get a single flow
GET
/
v1
/
flows
/
{flowId}
Error
A valid request URL is required to generate request examples{
"flow": {
"id": "<string>",
"name": "<string>",
"steps": [
{
"id": "<string>",
"name": "<string>",
"options": {
"skippable": true
}
}
],
"options": {
"runCreditCheck": {
"provider": [
"<string>"
]
}
}
}
}{
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}