> For the complete documentation index, see [llms.txt](https://www.teslaapi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.teslaapi.io/authentication/user.md).

# User

## Powerwall Order Entry Data

<mark style="color:blue;">`GET`</mark> `https://owner-api.teslamotors.com/api/1/users/powerwall_order_entry_data`

Information about powerwall orders

#### Path Parameters

| Name          | Type   | Description                                |
| ------------- | ------ | ------------------------------------------ |
| Authorization | string | Bearer `{access_token}` from authorization |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Onboarding Data

<mark style="color:blue;">`GET`</mark> `https://owner-api.teslamotors.com/api/1/users/onboarding_data`

#### Headers

| Name          | Type   | Description                                |
| ------------- | ------ | ------------------------------------------ |
| Authorization | string | Bearer `{access_token}` from authorization |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Referral Data

<mark style="color:blue;">`GET`</mark> `https://owner-api.teslamotors.com/api/1/users/referral_data`

Referral data information

#### Headers

| Name          | Type   | Description                                |
| ------------- | ------ | ------------------------------------------ |
| Authorization | string | Bearer `{access_token}` from authorization |

{% tabs %}
{% tab title="200 Feature disabled" %}

```
{
  "response": {
    "feature_enabled": false
  }
}
```

{% endtab %}
{% endtabs %}

## Send Device Key

<mark style="color:green;">`POST`</mark> `https://owner-api.teslamotors.com/api/1/users/keys`

#### Headers

| Name          | Type   | Description                                |
| ------------- | ------ | ------------------------------------------ |
| Authorization | string | Bearer `{access_token}` from authorization |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Command Token

<mark style="color:green;">`POST`</mark> `https://owner-api.teslamotors.com/api/1/users/command_token`

#### Headers

| Name          | Type   | Description                                |
| ------------- | ------ | ------------------------------------------ |
| Authorization | string | Bearer `{access_token}` from authorization |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}
