cURL
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 }
Log is uniquely identified by id
The number of levels of related objects to include in the response
Log Found
The response is of type object.
object