About
Introduction
The DealerMesh API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. For more details and to get started please visit: https://docs.dealermesh.com/setup You can use the DealerMesh API in test mode, which does not affect your live data or interact with the banking networks. The API key you use to authenticate the request determines whether the request is live mode or test mode. The API differs for every account as we release new versions and tailor functionality. For details, contact DealerMesh Support.
Authentication
The apis use Bearer based authorization and an api key. You will need to generate an access token through the Developer Console. Once you have an access token pass it as a bearer token in the authorization header.
X-DM-Access-Key: Used to identify the dealer you are making the api call for.
X-Api-Key: Used to determine the app you are making the call from.
Authorization: Bearer your-access-token
x-dm-access-key: [Your Dealer's Access Key from the Console]
x-api-key: [Your App's Client ID]
Last updated