luk can you help how to solve the below issue. I tried to use the below url to get the session key for querying Community API V1 calls in community through postman, but i am getting an error response as below. Need inputs to resolve the problem. GET request : http://community.lithium.com/restapi/vc/authentication/sessions/login?user.login=[USER NAME]&user.password=[PASSWORD] error response : <response status="error"> <error code="504"> <message> Method 'get' is not supported off of node 'authentication_manager.sessions.login'. </message> </error> </response> Note: I got a solution for this, but it is a post request. I need to get the response for GET request.