Company CIN
● LiveVerify a Company CIN in real time.
POST
● Live/v1/verify/cinVerify Company CIN
Validates and verifies a Company CIN. Requires the `verification.cin.read` scope on the API key. Metered as `cin.verify` after a successful upstream response.
Required scope: verification.cin.read
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | header | Yes | Bearer <api-key> (e.g. sk_test_... in sandbox, sk_live_... in production). The x-api-key header is also accepted. |
| cin | string | Yes | Corporate Identification Number. |
Example request
{
"cin": "U12345MH2020PTC123456"
}Example response
{
"status": "success",
"verified": true,
"data": {
"...": "provider-specific verified fields"
}
}Input format is validated with class-validator before the request ever leaves stampmitra-b2b-platform.