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

Applicant List

Developing
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/rego/runners/{runner_id}/
Last modified:2025-03-06 06:20:23

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
runner_id
string 
required
Example:
{{runner_id}}

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 -g --request GET 'https://preprod.api.crego.io/v1/rego/runners/{{runner_id}}/'

Responses

🟢200Success
application/json
Body
id
string 
required
created_at
string 
required
updated_at
string 
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
object 
required
_cls
string 
required
store_info
object 
required
node
object 
required
name
string 
required
type
string 
required
config
object 
required
navigations
array [object {2}] 
required
Example
{
    "id": "c296a37d-f11d-4d32-bff8-5824a1af5ed9",
    "created_at": "2025-03-05T13:38:23.683000",
    "updated_at": "2025-03-06T06:19:06.121000",
    "created_by": "7880340889",
    "ref_id": "RUNNER-253-647",
    "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": "applicant_list",
    "store_id": "52bcdaf3-6e98-4647-9eb3-acac6dd1d516",
    "visited_nodes": {
        "_cls": "Activity"
    },
    "store_info": {},
    "node": {
        "name": "applicant_list",
        "type": "web_form",
        "config": {
            "forms": [
                {
                    "action": "submit",
                    "type": "page",
                    "layout": [
                        {
                            "type": "vertical_nav",
                            "className": "my-3",
                            "items": [
                                {
                                    "label": "Ashutosh Sharma",
                                    "icon": "bi-patch-exclamation",
                                    "iconBg": "bg-warning text-white",
                                    "action": "navigate",
                                    "target_node": "applicant_pan_and_mobile",
                                    "query": {
                                        "applicant": 0
                                    }
                                }
                            ]
                        },
                        {
                            "type": "action",
                            "text": "Submit for Approval"
                        }
                    ]
                }
            ]
        },
        "navigations": [
            {
                "action_name": "Business Assets Details",
                "target_node": "business_assest_details"
            }
        ]
    }
}
Previous
Business Assest Detail
Next
Submit Application
Built with