v1
latestOpenAPI 3.1.02026-07-2418201.6 MBGSTIN 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
Response
200
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"
}