Learn about how to build applications that connect to millions of vehicles around the world.
Get your credentials and configure your app
CLIENT_ID
and CLIENT_SECRET
. Set a REDIRECT_URI
to the path where Smartcar will redirect your users after they grant permission to your app. You can get these from the Smartcar Dashboard.Launch Smartcar Connect
CLIENT_ID
and REDIRECT_URI
you can launch Connect. This is how you and your users can add vehicles to your application.Exchange and store your tokens
code
that you can exchange for an ACCESS_TOKEN
and REFRESH_TOKEN
. Make sure to store these tokens in a secure place (like your application’s database). You need the access token to make requests to the Smartcar API. More information can be found in our Token Management Overview.