Analytics
Retrieve a Log
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
Log is uniquely identified by id
Log has Title
Log has Trace
Log has Request Body
Log has Path
Log has Method
Log has IP Address
Log has User Agent
Log has Status
Log has Response Body
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
}