Hi,
since about yesterday, when I try to query the Badgr API, I'm getting the below error (regardless if done from the integration platform, CURL, or the docs page https://api.badgr.io/docs/v2/😞
GET https://api.badgr.io/v2/badgeclasses/78JIhg8bTI6LbR3q5Vc_Zg/assertions?include_expired=false&include...
Error: response status is 406
{
"timestamp": "2023-08-22T07:47:06.154+00:00",
"status": 406,
"error": "Not Acceptable",
"message": "Could not find acceptable representation",
"path": "/v2/badgeclasses/78JIhg8bTI6LbR3q5Vc_Zg/assertions",
"traceId": "2bedd497-2e8e-4253-b4f5-eef2b2a9db75"
}
It doesn't matter if I use authenticated or anonymous calls, the response is the same.
Any idea what changed/happened and how to resolve this?