# 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

## Query parameters:

  - `user_id` (string, required)
    The ID of a user to onboard a device for.

  - `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 OAuth2 application client_id, issued when your ev.energy API integration was provisioned. This is the same value used when obtaining tokens via the Authorization Code or Client Credentials flows — not a user-created value. Passing an unrecognised string will result in an error. The onboarding endpoints redirect the user's browser through an OAuth flow to connect their device; the client_id determines which registered application is initiating the flow, so the correct branding, redirect URIs, and scopes are applied.

## Header parameters:

  - `EvEnergy-Version` (number)
    Specify the version of this endpoint to use.

  - `Accept-Language` (string)
    Indicates the natural language and locale that the client prefers.

