cURL
curl --request GET \ --url https://api.tessie.com/{vin}/plate \ --header 'Authorization: Bearer <token>'
{ "result": "GOFAST" }
Returns the license plate of the vehicle.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The associated VIN.
OK
The response is of type object.
object