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>"
]
}
}
}
}Get a single flow
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>"
]
}
}
}
}API authentication token
A successful response.
Show child attributes