Enjoy Akerun API!

$ curl -XGET \
       -H "Authorization: Bearer ABCDEFG..." \
       -F akerun_id=101 \
       https://api.akerun.com/v2/external/accesses | jq .
{
  "success": true,
  "accesses": [
    {
      "is_locked": true,
      "client_type": "nfc_outside",
      "created_at": "2016-09-03T13:43:20.000Z”,
      "user": {
        "id": "U-00000-00000",
        "full_name": “あけるん太郎”,
        "mail": “taro@akerun.com"
        "image_url": "https://akerun_taro_icon.png"
      },
      "akerun": {
        "id": "A-S000000001",
        "name": "あけるん太郎の部屋",
        "image_url": "https://room_image1.jpg"
      }
    }
  ]
}