Hi!
it appears the https://developers.miro.com/reference/get-tags-from-item API endpoint is returning 500 errors.
Is there anything wrong with this endpoint ?
Here’s what I know so far:
- items of payload are all sticky-notes
- Sending the API request directly from the reference site does not result in an error.
- 'x-request-id': 'c54a8c26-8334-4901-869c-5de2a22dc7fc'
-
The error response data is as follows:
{
"type": "error",
"code": "3.0016",
"context": [Object],
"message": "Internal error occurred",
"status": 500
}
Thanks!

