Gyazo API

User

This API provides the information of the authenticated user.

URL
GET  https://api.gyazo.com/api/users/me

Authentication required

response
{
  "user": {
    "email": "gyazo@example.com",
    "name": "Gyazo Username",
    "profile_image": "https://thumb.gyazo.com/thumb/200/placeholder.jpg",
    "uid": "1234567890abcdefghijklmn"
  }
}