Overview
The DealerRater API has been developed to help dealers and authorized partners access a variety of content sourced on the DealerRater website,
as well as allowing dealers and their agents to access and manage their reviews and dealer information. The API is accessed via a single
website domain, https://partner.dealerrater.com. SSL is required for access to the API.
Security Tokens
All APIs require you to send a security token that is granted via our
Dealer Panel. You can
manage your token under Tools -> API Access or request help by calling or emailing our support team. All tokens are implicitly given READ
permission granting access to all GET verbs on all public endpoints. A few endpoints now accept other verbs (mutation verbs) and these calls
all require the WRITE permission on your token. To request WRITE permission, please contact our support staff for assistance.
Documentation
Prior to reading the documentation on any specific REST API, you should read thorugh the
architectural overview.