# Submit Login Information **POST /login** Tries to authenticate without system using the provided login credentials. Submit your login credentials to generate a session id which can be used for validating requests. ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Parameters ### Body: application/json (object) - **login** (string) - **passwd** (string) - **remember** (string) - **g-recaptcha-response** (object) - **tfa** (string) Two Factor Authentication Response. ## Responses ### 200 #### Body: application/json (object) - **sessionId** (string) - **account_id** (integer(int32)) - **account_lid** (string) - **ima** (string) - **gravatar** (string) ### 402 Error response to a login request. #### Body: application/json (object) - **message** (string) - **field** (string) ### default Default response [Powered by Bump.sh](https://bump.sh)