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
Create a new Log
POST
/
logs
Copy
Ask AI
curl --request POST \
--url https://commerce.driv.ly/api/logs \
--header 'Content-Type: application/json' \
--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>"
}
]
}'
Copy
Ask AI
{
"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
}
Query Parameters
The number of levels of related objects to include in the response
Body
application/json
Response
200
application/json
Log Created
The response is of type object
.
Copy
Ask AI
curl --request POST \
--url https://commerce.driv.ly/api/logs \
--header 'Content-Type: application/json' \
--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>"
}
]
}'
Copy
Ask AI
{
"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.