v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

GSTIN to CIN

post/v2/bytes/converter/gstin/cin

Headers

client_idstring required

A unique identifier assigned to your application when registering with an API or authorization server.

client_secretstring required

A confidential key used by your application to authenticate itself securely with the API server.

Request body

reference_idstring required

Any unique ID assigned by you for this API request.

consentboolean required

true/false based on the consent given by the customer. Mandatory as per regulation

purposestring required

The purpose of taking this consent from your customer. Mandatory as per regulation. (>20 characters)

idstring

The Chassis Number of the vehicle.

Response

200

OR

Example response

{
  "decentroTxnId": "395266F6EF5942C3AEE9BEECFF9A559C",
  "status": "SUCCESS",
  "responseCode": "S00000",
  "message": "CIN retrieved successfully",
  "data": [
    {
      "company": "OPTIVAL HEALTH SOLUTIONS PRIVATE LIMITED",
      "cin": "A11111AA1111AAA0111111",
      "stringMatch": 100,
      "phoneticMatch": 100
    }
  ],
  "responseKey": "success_cin_search_by_gstin"
}