GET
/
{vin}
/
map
Get Map
curl --request GET \
  --url https://api.tessie.com/{vin}/map \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vin
string
required

The associated VIN.

Query Parameters

width
integer
default:300

The map's width.

height
integer
default:300

The map's height.

zoom
integer
default:13

The map's zoom level.

marker_size
integer
default:75

The size of the vehicle marker. Set to 0 to hide the marker.

style
enum<string>
default:light

The map's style.

Available options:
light,
dark

Response

200 - image/png

Success

The response is of type object.