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

# Profile

## Get Profile

<mark style="color:blue;">`GET`</mark> `{{BASE_URL}}/v1/user/profile`

Use the `encrypted token` generated when authenticating your account as `Bearer <token>` for the request. See `authentication` for help.

#### Headers

| Name          | Type   | Description                                       |
| ------------- | ------ | ------------------------------------------------- |
| Authorization | string | `Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9....` |

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

```
{
    "success: true,
    "user": {
        "_id": "5ffd38ca71<user_id>",
        "email": "yoda@codeekage.com",
        "username": "yoda",
        "__v": 0
    }
}
```

{% endtab %}
{% endtabs %}

<mark style="color:blue;">`GET`</mark>&#x20;

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
|      | string |             |

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

```
```

{% endtab %}
{% endtabs %}
