- 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
Submit Otp
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
POST
/v1/identity/auth/rego/otp/verify/
Last modified:2025-03-10 09:17:22
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
mode
string
required
username
string
required
otp
string
required
Example
{"mode": "sms", "username": "", "otp": ""}
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/identity/auth/rego/otp/verify/' \
--header 'Content-Type: application/json' \
--data-raw '{"mode": "sms", "username": "", "otp": ""}'
Responses
🟢200Success
application/json
Body
access
string
required
refresh
string
required
Example
{
"access": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIwNzFmZjY1My04YWQ0LTRkMzMtODIyYy0xZjIyYjEzNWIwYWEiLCJleHAiOjE3NDEyMDUwNTksImlhdCI6MTc0MTE4MTY1OSwibmJmIjoxNzQxMTgxNjU5LCJpc3MiOiJpZGVudGl0eSIsInVzZXJfaWQiOiI3ODgwMzQwODg5Iiwicm9sZXMiOlsiY3VzdG9tZXIiXSwidHlwZSI6ImN1c3RvbWVyIn0.x3GFVwsH3smLpsmyGuewFjb6LwIt2y-Bxech8O7IKzU",
"refresh": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIwNzFmZjY1My04YWQ0LTRkMzMtODIyYy0xZjIyYjEzNWIwYWEiLCJleHAiOjE3NDEyMDUwNTksImlhdCI6MTc0MTE4MTY1OSwibmJmIjoxNzQxMTgxNjU5LCJpc3MiOiJpZGVudGl0eSIsInVzZXJfaWQiOiI3ODgwMzQwODg5Iiwicm9sZXMiOlsiY3VzdG9tZXIiXSwidHlwZSI6ImN1c3RvbWVyIn0.x3GFVwsH3smLpsmyGuewFjb6LwIt2y-Bxech8O7IKzU"
}