C
CIS Automotive API
Details
- URL
-
https://api.autodealerdata.com/ - Spec
- https://api.autodealerdata.com/openapi.json
- Spec (json)
- https://api.apis.guru/v2/specs/autodealerdata.com/1.0/openapi.json
- Docs
- https://api.autodealerdata.com/docs
Authentication
CIS Automotive API key pair (`apiID` + `apiKey`)
?apiID=<credential> + CIS Automotive API key pair (`apiID` + `apiKey`) ?apiKey=<credential> discovered Sign up or log in at AutoDealerData, then open your account page to retrieve your API_ID and API_KEY. These direct-account credentials are used to call GET /getToken on https://api.autodealerdata.com/ and obtain a JWT. The docs explicitly say not to use RapidAPI keys on the direct API.
CIS Automotive API JWT jwt discovered
?jwt=<credential> First get your direct-account apiID and apiKey from your account page. Then call GET https://api.autodealerdata.com/getToken?apiID={API_ID}&apiKey={API_KEY} (or the POST variant) to receive a JWT. The raw-requests guide says the token is valid for about 24 hours and must be refreshed by calling /getToken again.