Method:
mm.auth.getToken
Returns the token for a user
Authentication
Requires signing: | Yes |
Parameters
-
frob
(required) -
expand_user
(optional)
Sample Response
<rsp stat="ok"><auth> <token>b72316f83ad1dc5ed0f3a8b519c23cac</token> <perms>delete</perms> <user id="3" username="tvollmer" fullname="Till Vollmer"/> </auth> </rsp>
Error Codes
-
20
Object not found - Object not found
-
96
Invalid signature - The passed signature was invalid.
-
97
Missing signature - The call required signing but no signature was sent.
-
100
Invalid API Key - The API key passed was not valid or has expired.
-
108
Invalid frob - The specified frob does not exist or has already been used.
-
112
Method 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.