Data
- Overview
- Auction
- Dealer
- Finance & Insurance
- IoT
- Listings
- Manufacturer
- Market
- Service
- Title & Registration
- Transport
- Vehicle
API Reference
- Finance & Insurance
- Listings
- Title & Registration
- Vehicle
- Analytics
Analytics
Retrieve a Log
GET
/
logs
/
{id}
curl --request GET \
--url https://commerce.driv.ly/api/logs/{id}
{
"data": {
"id": "<string>",
"title": "<string>",
"trace": "<string>",
"requestBody": {},
"path": "<string>",
"method": "<string>",
"ipAddress": "<string>",
"userAgent": "<string>",
"status": "<string>",
"responseBody": {},
"responseHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"requestHeaders": [
{
"key": "<string>",
"value": "<string>"
}
]
},
"success": true
}
Path Parameters
Log is uniquely identified by id
Query Parameters
The number of levels of related objects to include in the response
Response
200
application/json
Log Found
The response is of type object
.
curl --request GET \
--url https://commerce.driv.ly/api/logs/{id}
{
"data": {
"id": "<string>",
"title": "<string>",
"trace": "<string>",
"requestBody": {},
"path": "<string>",
"method": "<string>",
"ipAddress": "<string>",
"userAgent": "<string>",
"status": "<string>",
"responseBody": {},
"responseHeaders": [
{
"key": "<string>",
"value": "<string>"
}
],
"requestHeaders": [
{
"key": "<string>",
"value": "<string>"
}
]
},
"success": true
}
Assistant
Responses are generated using AI and may contain mistakes.