Authentication Endpoint
- SuiteFleet uses OAuth 2.0 for authentication.
- You need to get the access token and the refresh token using the below endpoint.
https://api-dev.suitefleet.com/api/auth/authenticate?username={{Email}}&password={{Password}}
Refresh Token Endpoint
- The access token expires every 24 hours
- The refresh token expires every 6 months
- Once the access token expires, you can use the refresh token using the below endpoint to get a new access toke.
https://api-dev.suitefleet.com/api/auth/refresh
For more details about the refresh token please click here.