Skip to main content

I have an issue with using REST API

  • February 13, 2026
  • 1 reply
  • 0 views

Forum|alt.badge.img+1

Hello, when I try to execute another request, I get the following response: {
"servlet":"DispatcherServlet",
"cause0":"java.lang.NoSuchMethodError:boolean com.miro.apis.passport.token.v2.PlatformClaims.hasOrganizationId()",
"message":"java.lang.NoSuchMethodError:boolean com.miro.apis.passport.token.v2.PlatformClaims.hasOrganizationId()",
"url":"/v2/boards/uXjVGK1qDNg=/shapes/3458764657165104188",
"status":"500"
}

What could be the problem? The problem appeared about 1 hour ago.

1 reply

Forum|alt.badge.img+1

Now, I’m getting response: 500 - {
  "type" : "error",
  "code" : "3.0000",
  "context" : {
    "boardId" : "uXjVGK1qDNg=",
    "itemId" : "3458764657165104188"
  },
  "message" : "Internal error occurred",
  "status" : 500
}

Â