Hi,
Im trying to get the logs using the API. i do get a 200 response but there is no data.
I’m using the following request :
Invoke-WebRequest -Uri 'https://api.miro.com/v1/audit/logs?createdAfter=2023-05-27T05%3A34%3A08.000Z&createdBefore=2023-06-27T05%3A34%3A08.000Z&limit=500
The response is : {
"type": "list",
"limit": 500,
"offset": 0,
"size": 0,
"data": >]
}
Any idea what i am doing wrong?