Skip to content

registration

Hadrien Daures edited this page Apr 20, 2018 · 3 revisions

URL: POST: /registration

Request content:
{
    LOGIN: "the login",
    PASSWORD: "the password",
    FIRSTNAME: "the firstname",
    LASTNAME: "the lastname",
    PHONE: "the phone number",
    EMAIL: "the email address"
}

Response content:
{
    STATUS: "the status code",
    TOKEN: "the token"
}
Clone this wiki locally