This endpoint serves the purpose of fetching venues.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/venues \ --header 'X-API-KEY: <api-key>'
{ "venues": [ { "venue_id": 123, "name": "<string>", "address": "<string>", "city": "<string>", "zip": "<string>", "saved": 0 } ], "total": 123 }
x <= 100
OK
Show child attributes