POST
/
oem_onauth_v2
/
token
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
}

Body

application/json

Response

200
application/json

Successfully authenticated and fetched access token.

The response is of type object.