# User Profile API Reference

Source: https://instatus.com/help/api/user-profile

## Get your user profile

**Endpoint:**

```bash
GET /v1/user
```

**Example response:**

```json
{
  "id": "hkf01fozve9e40a32aas5b0uc",
  "email": "ali@instatus.com",
  "name": "Ali",
  "slug": "ali",
  "avatar": "https://res.cloudinary.com/sup/image/upload/v1622398781/avatars/spzy0jvdmhges13oeooo.jpg"
}
```
