# 使用者個人資料 API 參考

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

## 取得你的使用者個人資料

**端點：**

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

**回應範例：**

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