/identity/verify returns "RESTEASY003650: No resource method found for GET, return 405 with Allow header"

Hi everyone.
I had done the camunda setup in my AWS ECS container and used it for user management.
I was using the /identity/verify endpoint for authentication.

When I tested the /group endpoint it is working fine and I am able to log in and access the live camunda cockpit.

But the /identity/verify is returning me an error.
It was working fine and all of sudden now I am not able to use the API. The error message is given below. Does anyone have any clue? Thanks and good day

Error: {
“type”: “NotAllowedException”,
“message”: “RESTEASY003650: No resource method found for GET, return 405 with Allow header”
}

POST:

1 Like

The documented method is POST, not GET.

Also: you posted this in a Camunda Platform 8 topic. I’ve moved it to a C7 topic for you.

hope this helps,
Josh

Please note that I am making a POST request.

This error message mentions GET… Strange…

Could it be an AWS Gateway issue?