To call any of the Carro Systems REST API webservices, just call the REST URL post the input body content as the input content listed below. Please replace the credentials assigned to you.

GET STARTED
Start Coding


READ
Methods Available
Get Stock Vehicles

WRITE
Methods Available
Add Lead
Add Customer

Get Stock Vehicles



This API call will return an inventory list of all stock vehicles currently active in Carro Systems for the dealer selected on your DealerID parameter

API URL to call as a GET method

https://{api url}/Stock

 

You will need to pass a raw JSON packet like the one below, all calls with contain these values of APIkey and DealerID at the start of any data call / send to authenticate your call.

 

{
    "APIkey": "jjhk765765jhjkhkhksssllkncsjGHHHJGsbsjsjllss83434772",
    "DealerID": "4"
}

 

This will produce the a return like the one below. You can use the return details below to code against if you do not yet have valid credentials to a dealer: