Prerequisites You must have a valid sandbox secret and publishable key to
follow this guide. Existing Terminal customers can get their sandbox keys from
the Sandbox Dashboard.
If you’re not a Terminal customer yet, you can connect with us
here.
Video Walkthrough 🎥
Here’s a quick video walkthrough of the steps below:Instructions ✔️
- Download our Postman collection and import it into Postman
-
Launch the Link to create a new connection
- Replace
{PUBLISHABLE_KEY}and navigate to the Link URL
- Replace
- Select the Sandbox provider
- Enter any value as an API Key to create a connection
-
Wait to be re-directed to the
redirect_urlwith atokenappended to the URL -
Take the public
tokenappended to the redirected page and copy it to your clipboard - Exchange public token for a long-lived connection token
- Poll until the initial sync is complete
- List synced vehicles
- Call
GET /vehicles
- Call
- Explore the rest 🚀