# Registration **POST /client/register** Register new client with given input. ## Servers - http://63.141.232.244:25540/v0: http://63.141.232.244:25540/v0 () ## Parameters ### Body: application/json (object) - **email_address** (string) Client's email address - **password** (string) Client's password (at least 8 characters long) - **first_name** (string) Client's first name - **last_name** (string) Client's last name - **patronymic** (string) Client's patronymic/middle name - **phone_number** (string) Client's phone number - **profile_picture_url** (string) Link to client's profile picture, typically uploaded using POST /profile-picture ## Responses ### 200 Successful client registration. #### Body: application/json (object) - **success** (boolean) Whether client is registered - **session** (object) - **client** (object) ### 400 Validation error of given input. #### Body: application/json (object) - **success** (boolean) Whether query is successful - **error** (array[object]) ### 429 Rate limit exceeded - 100 queries per 15 minutes. #### Body: application/json (object) - **success** (boolean) Whether query is successful - **error** (string) Error message [Powered by Bump.sh](https://bump.sh)