Request Code Samples
curl --location --request GET 'https://prod.your-api-server.com/api/logs/'
Responses
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"applicationEnvironmentId": "e6af1f04-2a3b-471c-89eb-3c795a1f682e",
"level": "string",
"message": "string",
"exception": "string",
"correlationId": "string",
"requestPath": "string",
"httpMethod": "string",
"requestBody": "string",
"responseBody": "string",
"responseStatus": "string",
"timestamp": "2019-08-24T14:15:22.123Z"
}
Modified at 2025-02-23 22:08:56