FAQ
How the authentication ID Token and Refresh Token work?
The ID Token is a JSON Web Token (JWT) that contains claims about the identity of the authenticated user such as name and email. The ID Token is used to authenticate users against DealerAlly resource servers.
To obtain an ID Token and Refresh Token you should call this endpoint: /v1/users/authenticate-user.
You can use the refresh token to retrieve a new ID Token.
Last updated