Download OpenAPI specification:Download
This is an api.vinn.ge API documentation for the reseller integration.
All available requests are included in this documentations.
If you have any questions please feel free to contact us on [email protected]
VIN
should be used (whitelisted from any accounting system):ZAR94000007053778
Please include the token in the Authorization header as a Bearer token for each request to VINN.ge service.
Returns count of records(if exists) for the vin code with technical specifications of the car.
vin required | string The VIN that we want to retrieve data |
{- "data": {
- "id": "62236642-06b7-4a5b-bba2-866c9172c26d",
- "type": "records",
- "attributes": {
- "type": "records",
- "manufactured_in": "USA",
- "maker": "FORD",
- "model": "records",
- "year": 2017,
- "records": 16
}
}
}
Request will craete a report which can be downloaded by another request.
ZAR94000007053778
will always be free for all subscribtions.object |
{- "data": {
- "attributes": {
- "locale": "en",
- "vin": "ZAR94000007053778",
- "phone": "577000000"
}
}
}
{- "data": {
- "id": "62236642-06b7-4a5b-bba2-866c9172c26d",
- "type": "reports",
- "attributes": {
- "vin": "ZAR94000007053778",
- "locale": "en",
- "phone": "577000000"
}, - "relationships": {
- "document": {
- "data": {
- "id": "62236642-06b7-4a5b-bba2-866c9172c26d",
- "type": "reports"
}
}
}
}
}
{- "data": {
- "id": "62236642-06b7-4a5b-bba2-866c9172c26d",
- "type": "reports",
- "attributes": {
- "vin": "ZAR94000007053778",
- "locale": "en",
- "phone": "577000000",
- "state": "pending",
- "fulfilled_at": "2022-12-03T15:21:22Z",
- "created_at": "2022-12-03T15:21:22Z",
- "is_expired": false
}, - "relationships": {
- "document": {
- "data": {
- "id": "123e4567-e89b-12d3-a456-426614174000",
- "type": "document",
- "has_two_reports": false
}
}
}
}
}