Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. APIs Doc
  • Back to home
  • Sample Flow
  • Send Otp
    POST
  • Submit Otp
    POST
  • Create Runner
    POST
  • PAN or GST
    POST
  • Business Info
    POST
  • Shareholders
    POST
  • Business Extraa Info
    POST
  • Business Assest Detail
    POST
  • Applicant List
    GET
  • Submit Application
    POST
  • Set Current Applicant
    POST
  • Document upload
    POST
  • Get Document
    GET
  • Applicant Pan , Aadhaar and Mobile
    POST
  • Applicant Extraa Info
    POST
  • Applicant Bank Details
    POST
  • Signing Form
    POST
  1. APIs Doc

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": {}
}
Previous
Submit Otp
Next
PAN or GST
Built with