Our product:
Dealership Performance CRM is a complete sales and lead management application that provides customizable solutions for:
Sales Process Monitoring, Reporting, Data & Equity Mining, In-House BDC Suite, Service Scheduler and Dealer Support.
DP360 CRM REST API
This API provides operations for interfacing with the Dealership Performance CRM application.
DP360CRM has two types of environments (Live , Development).
If you have just started with API integration, we suggest you to first try 'development' environment.
Below are the URL's of both :
Live URL: https://api.dp360crm.com/
Development URL: https://dev-api.dp360crm.com/
Testing Dealer Id: 5000
Steps to Setup API
- 1) Contact our support team to request API credentials.
- 2) Ask our support team to match your credentials to your DP360 dealer id, by default, its matched with dealer id 5000 (which is our testing dealer id).
- 3) Use the credentials togenerate an API token (Use token request API 'http://docs-api.dp360crm.com/V1/#api-Token-POST').
- 4) To use any of our public APIs, you must use the token generated in step 3.
- 1) Register as a vendor by following this link: (http://docs-api.dp360crm.com/V2/#api-Vendor-POST) .
- 2) Contact our support team to approve your vendor.
- 3) Ask our support team to match your credentials to your DP360 dealer id, by default, its matched with dealer id 5000 (which is our testing dealer id).
- 4) Use the credentials to generate an API token (Use read token API 'http://docs-api.dp360crm.com/V2/#api-Token-POST').
- 5) To use any of our public APIs, you must use the token generated in step 4 and add the matched dealer id in the header.