- Lead
- Applicant
- Bank
- Document
- Address
- Get Borrower TokenPOST
- Health CheckGET
Health Check
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/crm/status/
Last modified:2024-10-11 06:51:11
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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 GET 'https://preprod.api.crego.io/v1/crm/status/'
Responses
🟢200Health Check
application/json
Body
message
stringÂ
required
code
stringÂ
required
Example
{
"message": "Service is up & running...",
"code": "SERVICE_START_UP"
}