GET
/
vehicles
/
{id}
/
{make}
/
migration
curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/migration" \

-H "Authorization: Bearer {token}" \

-X "GET"
{

    "requiresMigration": false

}

This endpoint is currently available for tesla

Permission

read_vehicle_info

Request

Path

id
string
required

The vehicle ID of the vehicle you are making a request to.

make
string
required

The make of the vehicle you are making a request to.

curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/migration" \

-H "Authorization: Bearer {token}" \

-X "GET"

Response

requiresMigration
boolean

Set to false if the vehicle is connected to Smartcar via Tesla’s new integration. See Tesla - What’s New for more details.

{

    "requiresMigration": false

}

Was this page helpful?