Get All Venue Groups
List of Venue Groups Owned by the User
Note: User must be a venue manager.
Required Parameters
- version (string): The API version date as documented here.
- oauth_token (string): The access token generated via your web application as described here.
Optional Parameters
- id (string): A unique identifier for this venue group.
- name (string): The name of the venue group.
- venues (object): An object containing:
- count: A count of venues.
- items: An array of venue ids.
Example Request
curl --request GET \
--url https://api.foursquare.com/v2/venuegroups/list
Click Try It! to start a request and see the response here!