List Data Connectors

List of data connection records.

Object

Items

Items

Example API Request

curl --request GET \
     --url https://data-api.foursquare.com/v1/data-connections \
     --header 'accept: application/json'

JSON Structure

{
  "items": [
    {
      "id": "string",
      "name": "string",
      "description": "string",
      "type": "string",
      "privacy": "private",
      "permission": "viewer",
      "createdAt": "2026-07-25T03:52:18.032Z",
      "updatedAt": "2026-07-25T03:52:18.032Z"
    }
  ]
}