---
title: "Check Eligibility"
method: POST
path: "/v1/onboarding/check-eligibility"
tags: ["Onboarding"]
---

# Check Eligibility

`POST /v1/onboarding/check-eligibility`

## Headers

- `accept-language` string

## Request body

- InitiateAppDTO
  - `customerReferenceNo` string, required — Customer Reference Number of company/business assigned by the platform to uniquely identify the customer. It's a unique number with a combination of alphabets, numeric and some special characters like dash, hash, ampersand and forward slash. - ``` /(^[a-zA-Z0-9#/-]+)$/ ```
  - `customerName` string, required — Customer or a Company's Full Name - ``` /^[a-zA-Z][a-zA-Z0-9-@.'_/#&+ws]*$ ```
  - `customerEmail` string, required — Email address of Customer/company - Should be valid email.
  - `dataConsentProvided` boolean, required — Consent to access platform data. Possible values : true/false
  - `requiredLoanAmount` number, required — Required loan amount

## Response `200`

Eligibility Checked and application initiated

- CheckEligibilityResponse
  - `statusCode` number, required — The HTTP status code of the error
  - `data` NewAppResponse, required
    - `applicationId` string, required — An unique id for application
  - `message` string, required — Human-readable message containing all available details about the operation
  - `success` boolean, required — A boolean indicating whether this was a success response or an error response

## Other responses

- `400` — Invalid Request
- `401` — Invalid credentials
- `403` — Forbidden resource
- `500` — Internal Server Error, Some problem is there, please try after sometime

---

[API](https://skmtc.net/credilinq/apis/credilinq-apis.md) · [All operations](https://skmtc.net/credilinq/apis/credilinq-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credilinq/credilinq-apis/revisions/fc4f4dd68f9b/schema)
