Token Exchange API

DIMO Check-in

Permissions is the new privileges. You may have noticed this name change on the DIMO Network, but we've essentially migrated privileges from the Vehicle NFT to an asset-agnostic permissions smart contract under SACD.

This is a private API endpoint that is optional for developers using the DIMO Network. It handles the exchange of a 2nd JWT (Permissions JWT) secured by the Bearer authentication. By (users) sharing permissions to an app, the app can now request for vehicle data on behalf of the users.

Entity Types

Token

Token is a string that serves as the access token to grant vehicle permissions. This is used to gatekeep data that are associated with a specific vehicle. The token here is scoped to individual vehicle and short-lived, with an expiration time of 10 minutes.

Last updated