cURL
curl --request POST \ --url https://api.ekhodealer.com/oem_onauth_v2/token \ --header 'Content-Type: application/json' \ --data '{ "oemKey": "<string>", "username": "<string>", "password": "<string>" }'
{ "accessToken": "<string>", "expiryTime": 123 }
Key to identify and authenticate the OEM admin.
Username of the admin account.
Password of the admin account.
Successfully authenticated and fetched access token.
The access token for authenticated requests.
The expiration time of the token formatted as a Unix timestamp (milliseconds since Unix epoch).