Skip to content

List VIN events with limited info (date, mileages, source)

OpenAPI specifications

get https://api.autopass.pro/events-api/vin/{vin}/mileages

List events (grouped) for a given VIN.

Path parameters

vin
  • Type: string

Query parameters

limit
  • Type: integer

Limits results to given limit.

offset
  • Type: integer

List results starting to given offset.

Responses

200 - OK.

400 - Bad Request – invalid VIN or query parameters.

401 - Unauthorized – missing or invalid access token.

403 - Forbidden – valid token but insufficient permissions.

500 - Internal Server Error.