Site:API:Authentication
From Metrixstream
(Difference between revisions)
MetrixJustin (Talk | contribs) (→Login) |
MetrixAdmin (Talk | contribs) (→Login) |
||
Line 1: | Line 1: | ||
− | = | + | = Authentication = |
− | == | + | == Login == |
− | + | This API call is responsible for logging in a user. | |
− | + | === Authentication Restrictions === | |
− | + | ||
− | + | ||
− | + | ||
− | + | None. | |
− | + | ||
− | + | ||
− | == | + | === Required Parameters === |
− | + | ||
− | + | ||
− | + | ||
− | = | + | * <code>action=login</code> |
− | + | * <code>username</code>: the username of the user | |
+ | * <code>password</code>: the password of the user | ||
− | == | + | === Successful Response === |
− | + | * <code>status=ok</code> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
= Signup = | = Signup = | ||
= Logout = | = Logout = |
Revision as of 22:21, 8 January 2013
Contents |
Authentication
Login
This API call is responsible for logging in a user.
Authentication Restrictions
None.
Required Parameters
-
action=login
-
username
: the username of the user -
password
: the password of the user
Successful Response
-
status=ok