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 }
Successfully authenticated and fetched access token.
The response is of type object.
object