https://api.carlink.pro
POST /api/rest/get/price Get shipping price estimate
POST https://api.carlink.pro/api/rest/get/price
Request Body (JSON)
FieldTypeDescription
lpKeystringAPI Key
pickupZipstringPickup ZIP code
dropoffZipstringDropoff ZIP code
estimatedShipDatestringFormat: mm/dd/yyyy
vehicleTypestringCar, SUV, Pickup
shipViaIdstring1 = Open, 2 = Enclosed
vehicleRunsstring1 = Yes, 0 = No
Test Request
Sending...
Request


                    
Response

                
POST /api/rest/get/lead Get lead information
POST https://api.carlink.pro/api/rest/get/lead
Request Body (JSON)
FieldTypeDescription
api_key requiredstringYour API key
record requiredstringLead record ID
Test Request
Sending...
Request

                    
Response

                
POST /api/rest/post/lead Create / update lead
POST https://api.carlink.pro/api/rest/post/lead
Request Body (JSON)
FieldTypeDescription
api_key requiredstringYour API key
idstringLead ID (for update)
first_name requiredstringCustomer first name
last_namestringCustomer last name
phonestringPhone number
emailstringEmail address
company_namestringCompany name
billing_addressstringBilling address
phone_faxstringFax number
phone_2stringAlt phone number
pickup_*stringaddress, city, state, zip, country, contact, phone, phone_cell, buyer_number, company_name
dropoff_*stringaddress, city, state, zip, country, contact, phone, phone_cell, buyer_number, company_name
estimated_ship_datestringEstimated ship date
estimated_load_datestringEstimated load date
estimated_delivery_datestringEstimated delivery date
first_pickup_datestringFirst pickup date
vehiclesstringVehicles info
ship_via_idstring1 = Open, 2 = Enclosed
vehicle_runsstring1 = Yes, 0 = No
price_total_totalstringTotal price
price_deposit_totalstringDeposit amount
price_carrier_totalstringCarrier pay
Test Request
Sending...
Request

                    
Response

                
POST /api/rest/post/cc Submit credit card info
POST https://api.carlink.pro/api/rest/post/cc
Request Body (JSON)
FieldTypeDescription
apiKeystringYour API key
idstring (uuid)Lead ID
ccNumberstringCard number
ccDatestringExpiration date (MM/YY)
ccCvvstringCVV code
ccZipstringBilling ZIP code
ccFirstNamestringCardholder first name
ccLastNamestringCardholder last name
ccAddressstringBilling address
ccCitystringBilling city
ccStatestringBilling state
Test Request
Sending...
Request

                    
Response