Getting Started
Hereβs a step-by-step guide to get started integrating telematics data with Terminal.
Prerequisites You must have a valid sandbox secret and publishable key to follow guide. Reach out to us at connect@withterminal.com to get access.
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_url
with atoken
appended to the URL -
Take the public
token
appended 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
You can also subscribe to sync.complete
webhooks
(docs) to know when syncs are complete.
- List synced vehicles
- Call
GET /vehicles
- Call
- Explore the rest π