# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.teslaapi.io/authentication/user.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
