Hi all, I've been trying to get event logs from the API, however, the api always returns internal error.
I'd like to understand what is going on.
Response from the API
{
"error": "internal_error",
"error_code": 3,
"error_signature": "mWcf4RzKzxb-3-4B-3A-B7e"
}
This is my request
curl --location --request POST 'https://webapi.teamviewer.com/api/v1/EventLogging' \
--header 'Content-Type: application/json' \
--header 'Authorization: XXXXXXXXXXXXXXXXXXXXXXXXXXXX' \
--data-raw '{
"StartDate":"2022-06-01T14:00:00Z",
"EndDate":"2022-06-30T14:00:00Z"
}'