- Send OtpPOST
- Submit OtpPOST
- Create RunnerPOST
- PAN or GSTPOST
- Business InfoPOST
- ShareholdersPOST
- Business Extraa InfoPOST
- Business Assest DetailPOST
- Applicant ListGET
- Submit ApplicationPOST
- Set Current ApplicantPOST
- Document uploadPOST
- Get DocumentGET
- Applicant Pan , Aadhaar and MobilePOST
- Applicant Extraa InfoPOST
- Applicant Bank DetailsPOST
- Signing FormPOST
Create Runner
Developing
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
POST
/v1/rego/runners/
Last modified:2025-03-05 13:37:48
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
flow_id
string
required
Example
{"flow_id": "264500a4-3873-4cb7-baf9-0a4656bff933"}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://preprod.api.crego.io/v1/rego/runners/' \
--header 'Content-Type: application/json' \
--data-raw '{"flow_id": "264500a4-3873-4cb7-baf9-0a4656bff933"}'
Responses
🟢200Success
application/json
Body
id
string
required
created_at
string
required
updated_at
null
required
created_by
string
required
ref_id
string
required
flow_id
string
required
design_id
string
required
params
object
required
storage
object
required
current_node
string
required
store_id
string
required
visited_nodes
null
required
store_info
object
required
Example
{
"id": "fe63e88b-16ea-4ecb-a517-9071658fb9d0",
"created_at": "2025-03-05T13:37:16.386601",
"updated_at": null,
"created_by": "",
"ref_id": "RUNNER-253-646",
"flow_id": "264500a4-3873-4cb7-baf9-0a4656bff933",
"design_id": "234ee7a1-6940-49f1-bd7e-d23f1b2625d0",
"params": {
"storage": {
"vendor": "${SECRET.storage.vendor}",
"creds_key": "test_storage_s3_creds"
}
},
"current_node": "gst_or_pan_input",
"store_id": "fbe94701-4be6-4588-945e-4b3b3f24b53b",
"visited_nodes": null,
"store_info": {}
}