Recent Changes - Search:

edit SideBar'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

cc.user.identify

Identify a user.

Authentication

This method does not require authentication.

Arguments

api_key (special) (Required)

Your special API key. See here for more details.

login (Required)

The login of the user to identify in a URL encoded format.

password (Required)

The password of the user to identify in a URL encoded format.

udid (Optional)

The unique device identifier.

cookey (Optional)

The cookie-based key to identify together with the login.
If cookey is passed, the password is unnecessary.

acra_id (Optional)

The ACRA generated unique user/device ID.

Example Response

<nsid>123a4b5</nsid>
<token>80553eec10fa0cffdc65350e6492ada8</token>
<cookey>beaefe8fa156a2281141a818d5dad8a665f72b87</cookey>

Error Codes

1: Identification failed

The login/password identification was not valid.

40: Login is empty

The passed login is empty.

41: Password is empty

The passed password is empty.

100: Invalid API Key

The API key passed was not valid / not a special API key.

110: Format "xxx" not found

The requested response format was not found.

120: Method "xxx" not found

The requested method was not found.

130: HTTPS required

The API Key passed requires HTTPS.
Edit - History - Print - Recent Changes - Search
Page last modified on February 05, 2020, at 07:53 AM