Vehicle RC
● LiveVerify a Vehicle RC in real time.
POST
● Live/v1/verify/rcVerify Vehicle RC
Validates and verifies a Vehicle RC. Requires the `verification.rc.read` scope on the API key. Metered as `rc.verify` after a successful upstream response.
Required scope: verification.rc.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. |
| vehicleNumber | string | Yes | Vehicle registration number. |
Example request
{
"vehicleNumber": "MH12AB1234"
}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.