Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The associated VIN.
Response
200 - application/json
OK
curl --request GET \
--url https://api.tessie.com/{vin}/plate \
--header 'Authorization: Bearer <token>'
{
"result": "GOFAST"
}
Returns the license plate of the vehicle.
curl --request GET \
--url https://api.tessie.com/{vin}/plate \
--header 'Authorization: Bearer <token>'
{
"result": "GOFAST"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The associated VIN.
OK