diff --git a/servant-auth-token-api.cabal b/servant-auth-token-api.cabal
--- a/servant-auth-token-api.cabal
+++ b/servant-auth-token-api.cabal
@@ -1,5 +1,5 @@
 name:                servant-auth-token-api
-version:             0.4.1.0
+version:             0.4.1.1
 synopsis:            Servant based API for token based authorisation
 description:         Please see README.md
 homepage:            https://github.com/ncrashed/servant-auth-token-api#readme
diff --git a/src/Servant/API/Auth/Token.hs b/src/Servant/API/Auth/Token.hs
--- a/src/Servant/API/Auth/Token.hs
+++ b/src/Servant/API/Auth/Token.hs
@@ -656,7 +656,7 @@
 type AuthCheckPermissionsMethod = "auth" :> "check"
   :> TokenHeader' '["auth-check"]
   :> ReqBody '[JSON] (OnlyField "permissions" [Permission])
-  :> Get '[JSON] Bool
+  :> Post '[JSON] Bool
 
 -- | Get the user id of the owner of specified token. 401 error is raised if
 -- the token doesn't have 'auth-userid' token.
