Get User Checkins

Public Beta Feature

This documentation covers a feature currently in Public Beta. Access is available to anyone interested in building personalized experiences for their end-users.

This feature is subject to the Personalization API (Self-Service) Public Beta End user License Agreement.


API Parameters

Response 200

Success response containing retrieved check-in data for the authenticated user.

Metadata

Notifications

Response Object

Check-in Structure

The structure of check-in objects within the response:

Example Check-in Object

{
  "id": "59b97e6cf79faa0d5e23abeb",
  "createdAt": 1505328748,
  "type": "checkin",
  "private": true,
  "visibility": "private",
  "entities": [],
  "shout": "Monday monday!",
  "timeZoneOffset": -240,
  "venue": {
    "id": "4f0de7267bebfc146005dcc0",
    "name": "Mattlantis 🐳"
  },
  "likes": {
    "count": 0,
    "groups": []
  },
  "like": false,
  "isMayor": false,
  "photos": {
    "count": 1,
    "items": [
      {
        "id": "59b97e6d270ee77dbf2b8aa0",
        "createdAt": 1505328749,
        "source": {
          "name": "Swarm for iOS",
          "url": "https://www.swarmapp.com"
        },
        "prefix": "https://fastly.4sqi.net/img/general/",
        "suffix": "/7294631_KK8FbnS6sqgrlXgZeCwkYbSn2efiAQBoT7x4p_hteis.jpg",
        "width": 1440,
        "height": 1920,
        "user": {
          "id": "123456",
          "firstName": "John",
          "lastName": "Smith",
          "handle": "johnsmith",
          "privateProfile": false,
          "gender": "male",
          "countryCode": "US",
          "relationship": "self",
          "photo": {
            "prefix": "https://fastly.4sqi.net/img/user/",
            "suffix": "/blank_boy.png",
            "default": true
          },
          "birthday": 19700101,
          "isAnonymous": false
        },
        "visibility": "private"
      }
    ],
    "layout": {
      "name": "single"
    }
  },
  "posts": {
    "count": 0,
    "textCount": 0
  },
  "comments": {
    "count": 0
  },
  "source": {
    "name": "Swarm for iOS",
    "url": "https://www.swarmapp.com"
  }
}