GET
/
{vin}
/
plate
Get License Plate
curl --request GET \
  --url https://api.tessie.com/{vin}/plate \
  --header 'Authorization: Bearer <token>'
{
  "result": "GOFAST"
}

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.

Response

200 - application/json

OK

The response is of type object.