3PAHow Can I Test 3PACurl Test Example

cURL TEST Example

Accessing the Dealer Endpoint:

curl -v -u "username:password" https://int.lightspeeddataservices.com/lsapi/Dealer -G -X GET

Pulling the top 3 units from Unit:

curl -v -u "username:password" https://int.lightspeeddataservices.com/lsapi/Unit/76156733-G -X GET -d '$top=3'