POST
/
{vin}
/
plate
Set License Plate
curl --request POST \
  --url https://api.tessie.com/{vin}/plate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "plate": "<string>"
}'
{
  "result": true
}

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.

Body

application/json

Response

200 - application/json

OK

The response is of type object.