Register Trainee

Register Trainee

Register as a new trainee

HTTP REQUEST

POST https://app.alphalearn.com/webapi/v1/tempsignup

QUERY PARAMETERS

Field Type Description
fname
required
string First name of the user
lname
required
string Last name of the user
email
required
string Email of the user
mobile
required
Integer Mobile number of the user
city integer City of the user
country integer Country of the user
state integer State of the user
zipcode integer Zipcode of the user
fromip integer IP address of the user. It should be a hidden field.
hpot integer A blank hidden input field in the registration form.

Example Response:

200 OK
{
    "success": true,
    "data": {
        "token": "string",
     }
}