Skip to main content
POST
/
v1
/
verification
/
post-vehicle-rc
Async Post Vehicle Registration Verification
curl --request POST \
  --url https://production.deepvue.tech/v1/verification/post-vehicle-rc \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "request_id": "26525fd1-e48e-4016-952d-387b78086ece"
}

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

rc_number
string
required

The rc_number query parameter is required and should contain the Vehicle Registration Number.

Response

Request Accepted