API Methods
3jam.signup.confirmSignup
Confirm a verification code sent to a user's mobile phone. Step two of two in the verification process of startNew
. Step one is confirmCaptcha
. For details on how to generate a signup ID and see 3jam.signup.startNew.
Authentication
No authentication is required.
Arguments
api_key
(required)api_version
(required)verification_code
(required)- verification code sent to the user's mobile phone
signup_id
(required)- Signup ID to verify
Response
On success, confirmSignup
returns a user ID number as well as a password to be used for this user. Save this user id and password. This password is unique for this user and API key only, and can be used to access user lists and start 3jams. Each creation of a new user will cause the user's password to be recreated each time.
<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
<user id="979" password="abxsw319abewO" />
</rsp>
Error Codes
100: Invalid API Key
- The API key passed was not valid or has expired.
105: Service currently unavailable
- The requested service is temporarily unavailable.
111: Format "xxx" not found
- The requested response format was not found.
112: Method "xxx" not found
- The requested method was not found.
406: Invalid signup ID
- The API key passed was not valid or has expired.
408: Incorrect verification code
- Incorrect verification code entered for signup ID