LogoLogo
HomepageFleetsContact
REST API / Mobile SDK
REST API / Mobile SDK
  • Overview and Setup
  • REST API
    • Introduction
    • Authentication
    • Cellular and GPS Setup
    • Remote Commands
    • Response Codes
  • Mobile SDK
    • Introduction
    • Version History
Powered by GitBook
On this page
  • a. Fetch Access Token
  • b. Test Access Token
  1. REST API

Authentication

a. Fetch Access Token

Returns the access token for a merchant.

Important: Access tokens expire every 90 days. Upon expiry, all API calls will return a 504 Error Code. A new access token must be obtained upon expiry. Ensure that fetch_access_token is properly implemented upon receipt of any 504 error.

b. Test Access Token

Checks the validity of the access token

PreviousIntroductionNextCellular and GPS Setup

Last updated 2 years ago