List Data Connectors (Organization)
200 List of data connection records.
Object
Items
- Array of objects
- Items
- Object
- id: string
- name: string
- description: string
- type: string
- privacy: string
- enum:
private, public_read
- permission: string
- createdAt: date-time
- updatedAt: date-time
Example API Call
curl --request GET \
--url https://data-api.foursquare.com/v1/data-connections/for-organization \
--header 'accept: application/json'
Example Response
{
"items": [
{
"id": "string",
"name": "string",
"description": "string",
"type": "string",
"privacy": "private",
"permission": "viewer",
"createdAt": "2026-07-25T03:52:17.126Z",
"updatedAt": "2026-07-25T03:52:17.126Z"
}
]
}