# Get Login Info **GET /login** Gets the various pieces of information useful for generating a login page. 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 ## Responses ### 200 Various pieces of information useful for rendering a login page. #### Body: application/json (object) - **logo** (string) A logo image url. - **captcha** (string) A base64 encoded image to use for rendering the alternateive captcha. - **language** (string) The desired langauge to render the site with. - **counts** (object) Order counts per module. ### 403 Error response to a login request. #### Body: application/json (object) - **message** (string) - **field** (string) [Powered by Bump.sh](https://bump.sh)