Method:
mm.auth.checkToken
Checks the token for a user
Authentication
| Requires signing: | Yes |
Parameters
-
auth_token(required)
Sample Response
<rsp stat="ok"><auth> <token>b72316f83ad1dc5ed0f3a8b519c23cac</token> <perms>delete</perms> <user id="3" username="tvollmer" fullname="Till Vollmer"/> </auth> </rsp>
Error Codes
-
20Object not found - Object not found
-
96Invalid signature - The passed signature was invalid.
-
97Missing signature - The call required signing but no signature was sent.
-
99User not logged in / Insufficient permissions / Invalid auth token - The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions.
-
100Invalid API Key - The API key passed was not valid or has expired.
-
112Method not found - The requested method was not found.
Test Method
No API key found.
If you already have an API key you might just have to Sign In.