cURL
curl --request POST \ --url https://api.wirespeed.co/integration/logs/daily \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "timezone": "<string>", "type": "error", "integrationId": "<string>", "search": "<string>", "day": "<string>" }'
[ { "count": 123, "day": "<string>", "label": "<string>", "group": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the integration for daily log search
Timezone for daily log aggregation
Filter daily logs by type
error
warning
info
Search term for filtering logs
Specific day for daily log search
Count value for the day
Date string for the count
Display label for the count
Group identifier for the count