vinn.ge (1.0.0)

Download OpenAPI specification:Download

This is an api.vinn.ge API documentation for the reseller integration.

Carfax Service

All available requests are included in this documentations. If you have any questions please feel free to contact us on [email protected]

- For testing the integration, the following VIN should be used (whitelisted from any accounting system):

  • ZAR94000007053778

Api Specification

Please include the token in the Authorization header as a Bearer token for each request to VINN.ge service.

Report

Check report records(free)

Returns count of records(if exists) for the vin code with technical specifications of the car.

Authorizations:
authorization_bearer
path Parameters
vin
required
string

The VIN that we want to retrieve data

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Request a report

Request will craete a report which can be downloaded by another request.

  • Test Vin ZAR94000007053778 will always be free for all subscribtions.
Authorizations:
authorization_bearer
Request Body schema: application/json
object

Responses

Request samples

Content type
application/json
{
  • "data": {
    }
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get a report

Retrieve report details

Authorizations:
authorization_bearer

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get Document

Retrieve CARFAX report(Generated HTML)

Authorizations:
authorization_bearer
path Parameters
id
required
string

Id given by report request

Responses

Get EU Document

Retrieve CARFAX report(Only if we have both EU and US reports)

Authorizations:
authorization_bearer
path Parameters
id
required
string

Id given by report request

Responses