# Allows a user to authenticate with their inverter account. This endpoint will redirect to a web page that a user can use to login into their inverter account. This should be visited in a web browser as it contains interactive UI elements. Endpoint: GET /inverter_onboarding Version: 2.0 Security: oauth2 ## Header parameters: - `EvEnergy-Version` (number) Specify the version of this endpoint to use. Enum: 2 - `Accept-Language` (string) Indicates the natural language and locale that the client prefers. ## Query parameters: - `user_id` (string, required) The ID of a user to onboard a device for. Example: "user01HN2NJ9NMRZBXT1H6FT9N7735" - `make_id` (string) The make ID for the inverter that is going to be onboarded. - `inverter_id` (string) The ID for the inverter that is going to be onboarded. - `client_id` (string, required) Your client ID, used to identify GET requests made in a user's browser. Example: "sandbox-cc-id" ## Response 302 fields ## Response 400 fields ## Response 404 fields