Crego APIs
APIs Doc
Home Page
Web Apps
Web Apps
  • Jupiter
  • Venus
APIs Doc
Home Page
Web Apps
Web Apps
  • Jupiter
  • Venus
  1. Auth
  • Reports
  • Auth
    • Get Token
      POST
    • Refresh Token
      POST
    • Ping
      GET
  • LMS
  • Omni
  • LOS
  • CRM
  • Flow
  • Sample Flow
  • Schemas
    • Lend
      • Loan
      • Demand
      • Demand Component
      • Settlement
      • Payout
      • Payment
      • Restructure
      • Tranche
      • Tranche Group
    • Core
      • Setting
      • Branch
      • Props
      • AuditLog
      • Namespace
    • Contact
      • Contact
      • Bank
      • Address
      • Relation
    • Flow
      • Base
        • Schema Definition
        • Schedule
        • Field Mapping
      • Node Config
        • Code Snippet
        • Web Form
        • API Request
        • Flow Connector
        • Checklist
        • CSV Import
        • Task
        • Web Page
      • Plugins
        • Signing
          • Leegality
            • LeegalityInitiateSigning
            • LeegalityRefreshSigning
          • Signzy
            • SignzyInitiateSigning
            • SignzyRefreshSigning
        • Mandate
          • Signzy
            • SignzyInitiateMandate
            • SignzyRefreshMandate
          • Digio
            • DigioInitiateMandate
            • DigioRefreshMandate
          • Transbank
            • TransbankInitiateMandate
            • TransbankRefreshMandate
        • Bureau
          • Transbank Experian Smart Match
          • Surepass
          • Transbank Cibil
        • Statement
          • Transbank
            • TransbankFetchInstitutionId
            • TransbankStartUpload
            • TransbankUpload
            • TransbankCompleteUpload
            • TransbankStatusCheck
        • ITR
          • SignzyITRPull
        • GST
          • SignzyCreateRequest
          • SignzySubmitOTP
          • SignzyFetchReport
        • Financial
        • OCR
        • SignzyPANToGST
      • Workflow
        • Flow
        • Design
        • Runner
        • Base Node
        • Preset
        • Secret
        • VisitedNode
        • Template
    • Product
      • Limit
      • Account
      • Product
      • Config
      • Program
      • Program Partner
    • COA
      • COA
      • Entry
      • Transaction
      • Financial Period
      • Txn Mapping
    • Base
      • List Response
      • BaseModel
      • Delete Response
    • Docs
      • Storage
      • Document
      • Category
      • File
    • Archive
      • CRM
        • ITR
          • ITR1
          • CreationInfo
          • BankStatement
        • Person
        • Root
        • Business
        • Bank
        • Address
        • Document
        • State
        • Financial
    • Schemas
      • Error
      • Task
      • BulkOpsResponse
      • DemandComponent
      • TaskUpdate
      • BulkOpsDetailResponse
      • Demand
      • PeriodicTask
      • ErrorResponse
      • ScheduleConfigRequest
      • PeriodicTaskCreate
      • ScheduleRestructureRequest
      • PeriodicTaskUpdate
      • ComponentValidationRequest
      • IntervalSchedule
      • ImportRequest
      • IntervalScheduleCreate
      • ComponentTypesResponse
      • CrontabSchedule
      • ScheduleSummaryResponse
      • CrontabScheduleCreate
      • UserMini
    • Response
      • BadRequest
      • Unauthorized
      • Forbidden
      • NotFound
      • InternalServerError
APIs Doc
Home Page
Web Apps
Web Apps
  • Jupiter
  • Venus
APIs Doc
Home Page
Web Apps
Web Apps
  • Jupiter
  • Venus
  1. Auth

Ping

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/identity/auth/ping/
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 ********************
Body Params multipart/form-data

Request Code 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/identity/auth/ping/' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Ping
application/json
Body

Example
{
    "id": "ce72fcb1-2d50-4e04-b3f7-7acab563831d",
    "permissions": [
        "leads.fee_charges",
        "leads",
        "leads.activation",
        "invoices",
        "invoices.approvals",
        "payouts.approvals",
        "records.approvals",
        "leads.fees_charges",
        "leads.kyc.complete",
        "leads.kyc.approve",
        "leads.actions.send_to_los",
        "invoices.create",
        "invoices.approve",
        "invoices.approve_anomaly",
        "payouts.process",
        "payouts.approve",
        "records.create",
        "records.process",
        "leads.verification",
        "leads.overview",
        "leads.kyc",
        "leads.assets",
        "leads.bre",
        "leads.approvals",
        "leads.cam",
        "loans",
        "records",
        "leads.audit_trail",
        "leads.comments",
        "ledger",
        "leads.ledgers",
        "payouts",
        "reports",
        "leads.waiver.process",
        "leads.waiver.create",
        "leads.activation.approve",
        "leads.insurances",
        "leads.pdcs",
        "leads.mandates",
        "leads.agreement_signings",
        "leads.cam.approve",
        "leads.cam.submit",
        "leads.bre.approve",
        "leads.create",
        "configs",
        "companies.line_detail",
        "programs.line_detail",
        "programs",
        "companies",
        "users"
    ],
    "last_login": "1721885152",
    "created_at": 1712833020.582177,
    "updated_at": 1714985433.8007638,
    "username": "apple",
    "name": "Apple",
    "is_superuser": false,
    "is_staff": false,
    "date_joined": "1712833020",
    "type": "anchor",
    "mobile": null,
    "email": null,
    "company_id": "0b477e9a-e5f8-4572-b1c3-4923d3f52eb3",
    "is_active": true,
    "access_type": "jupiter",
    "allowed_ips": null,
    "throttling_rate": null,
    "manager": null,
    "roles": [
        "1bd02cb2-e098-477a-b443-ce5da05c0dc3"
    ]
}
Modified at 2024-10-11 06:51:11
Previous
Refresh Token
Next
LMS
Built with