- 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
Business Extraa Info
Developing
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
POST
/v1/rego/runners/{runner_id}/execute/
Last modified:2025-03-06 05:28:10
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}}
Body Params application/json
action
string
required
data
object
required
service_type
object
required
extraa_details
object
required
loan_request
object
required
Example
{
"action": "submit",
"data": {
"service_type": {
"sector": "AGRICULTURE",
"sub_sector": "TOBACCO",
"business_type": "SERVICES"
},
"extraa_details": {
"current_stock": "12",
"no_of_male_employee": 12,
"no_of_female_employee": 12,
"key_customers": "34",
"business_vintage": 12,
"monthly_turnover": 56000
},
"loan_request": {
"loan_amount": 50000,
"loan_purpose": "raw material"
}
}
}
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 POST 'https://preprod.api.crego.io/v1/rego/runners/{{runner_id}}/execute/' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "submit",
"data": {
"service_type": {
"sector": "AGRICULTURE",
"sub_sector": "TOBACCO",
"business_type": "SERVICES"
},
"extraa_details": {
"current_stock": "12",
"no_of_male_employee": 12,
"no_of_female_employee": 12,
"key_customers": "34",
"business_vintage": 12,
"monthly_turnover": 56000
},
"loan_request": {
"loan_amount": 50000,
"loan_purpose": "raw material"
}
}
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}