User API : Get my information

GET /api/1/users/me.json

ログインしているユーザ自身の情報を取得する。

Auth

Request

Route

GET /api/1/users/me.json

Headers

Host: example.org
Cookie: 
Origin: 

Response

Headers

Content-Type: application/json; charset=utf-8
Set-Cookie: guest_distinct_id=b258f6a5-4e7c-404f-815c-ad4e5dcbc7ef; expires=Mon, 09-Jan-2023 01:54:17 GMT
THIS_IS_SESSION_COOKIE_KEY_FOR_SPEC=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTU1NjZhZmMyMzRmMGE3NzMwMjE0NDI3ZWViNmI5Y2RiBjsAVEkiHXdhcmRlbi51c2VyLmFwaV91c2VyLmtleQY7AFRbCEkiCVVzZXIGOwBGWwZpBOhJETpJIiIkMmEkMTAkMTNFZVBUd1lhQmlYbUNhdkpJeWdXZQY7AFRJIhhrcGlfcHJldl9jb250cm9sbGVyBjsARkkiEWFwaS91c2VycyNtZQY7AEY%3D--39a9f62b134471d3ddde4ef8392585f76dbae468; path=/; HttpOnly
X-Ua-Compatible: IE=Edge,chrome=1
E-Tag: "946a4145be4e57a2a6a6ff61b27c4658"
Cache-Control: max-age=0, private, must-revalidate
X-Request: 1bc90f5e1626b62c13d2c4e7d0c388d5
X-Runtime: 0.045374
Content-Length: 1010

Status

200 OK

Body

フォーマット: users/me
{
  "user": {
    "id": 974211560,
    "screen_name": "Iguchi Takahito",
    "profile_image_url": {
      "original": "http://sc2-items-dev.s3.amazonaws.com/profile_images/original/missing.png?t=1",
      "crop_S": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_S/missing.png?t=1",
      "crop_M": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M/missing.png?t=1",
      "crop_M1": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M1/missing.png?t=1",
      "crop_M2": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M2/missing.png?t=1",
      "crop_L": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_L/missing.png?t=1",
      "crop_LL": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_LL/missing.png?t=1",
      "normal_L": "http://sc2-items-dev.s3.amazonaws.com/profile_images/normal_L/missing.png?t=1",
      "normal_LL": "http://sc2-items-dev.s3.amazonaws.com/profile_images/normal_LL/missing.png?t=1"
    },
    "lang": "ja",
    "email": "takahito_fixture@example.com",
    "accept_info_mail": true,
    "has_password": true,
    "has_local_selection_item": false
  }
}