Get User Tips

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 Codes

200

A user's tips.

Example Response

{
  "meta": {
    "code": 200,
    "requestId": "6524655bf5e66e4def905286"
  },
  "notifications": [
    {
      "type": "notificationTray",
      "item": {
        "unreadCount": 0
      }
    },
    {
      "type": "unconfirmed",
      "item": {
        "unreadCount": 0
      }
    }
  ],
  "response": {
    "tips": {
      "count": 19,
      "items": [
        {
          "id": "6515f99d8f151130670423d4",
          "createdAt": 1695938973,
          "text": "here is puppy number 2",
          "type": "user",
          "canonicalUrl": "https://foursquare.com/item/6515f99d8f151130670423d4",
          "photo": {
            "id": "6515f99e2425d010750f76fd",
            "createdAt": 1695938974,
            "source": {
              "name": "Foursquare Web",
              "url": "https://foursquare.com"
            },
            "prefix": "https://fastly.4sqi.net/img/general/",
            "suffix": "/1234567_VJqOKo4P9-W0VyQk0iOZZzqG178RAL1rswe4KpZ2YGg.png",
            "width": 480,
            "height": 650,
            "visibility": "public"
          },
          "photourl": "https://fastly.4sqi.net/img/general/original/1234567_VJqOKo4P9-W0VyQk0iOZZzqG178RAL1rswe4KpZ2YGg.png",
          "likes": {
            "count": 0,
            "groups": []
          },
          "like": false,
          "viewCount": 0,
          "agreeCount": 0,
          "disagreeCount": 0,
          "todo": {
            "count": 0
          },
          "venue": {
            "id": "4f0de7267bebfc146005dcc0",
            "name": "Mattlantis 🐳"
          }
        },
        {
          "id": "6515f98d5a5bd638fc6585e6",
          "createdAt": 1695938957,
          "text": "here is puppy number 1",
          "type": "user",
          "canonicalUrl": "https://foursquare.com/item/6515f98d5a5bd638fc6585e6",
          "photo": {
            "id": "6515f98e2425d010750f727a",
            "createdAt": 1695938958,
            "source": {
              "name": "Foursquare Web",
              "url": "https://foursquare.com"
            },
            "prefix": "https://fastly.4sqi.net/img/general/",
            "suffix": "/1234567__mJ46zH779YHTAjC2zLVLR-9UexkcHlhnJ7Bm_vd5Ws.gif",
            "width": 220,
            "height": 220,
            "visibility": "public"
          },
          "photourl": "https://fastly.4sqi.net/img/general/original/1234567__mJ46zH779YHTAjC2zLVLR-9UexkcHlhnJ7Bm_vd5Ws.gif",
          "likes": {
            "count": 0,
            "groups": []
          },
          "like": false,
          "viewCount": 0,
          "agreeCount": 0,
          "disagreeCount": 0,
          "todo": {
            "count": 0
          },
          "venue": {
            "id": "4f0de7267bebfc146005dcc0",
            "name": "Mattlantis 🐳"
          }
        }
      ]
    }
  }
}