Get User Listsget https://api.foursquare.com/v2/users/self/listsGet lists for the user whose oauth_token is provided.Query ParamsvstringrequiredThe API version date as documented here; e.g. 20231010groupstringcan be created (lists created by this user), edited (other people's lists this user has edited), followed (lists this user follows), friends (lists from this user's friends), and suggested (lists relevant to the user's current location).llstringThe latitude/longitude around which to retrieve place information. This must be specified as latitude,longitude (e.g., ll=41.8781,-87.6298). Required in order to receive the suggested group.limitint32Number of results to return, up to 200.offsetint32The number of results to skip. Used to page through results.Response 200200Updated 5 months ago