List of Venues
Get the list of venues for the customer
GET https://api.agreeq.com/v1/organization/venues/:clientUUID
This endpoint list out the details of all venues.
Path Parameters
Name
Type
Description
clientUUID
string
Unique client UUID.
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
{
"message": "success",
"status": 200,
"venues": [
{
"venueUUID": "7b0c714a-1b95-414b-b31d-e22a5dec2b16",
"venueName": "Agreefy Kochi",
"timezone": "Asia/Kolkata",
"city": "Kochi"
},
{
"venueUUID": "1a0966a1-7d34-41c7-87b2-9cc70ae0bfb7",
"venueName": "Agreefy Dubai",
"timezone": "Asia/Dubai",
"city": "Dubai"
},
{
"venueUUID": "8b5791a9-8598-4692-a7e7-ef77a9569a4c",
"venueName": "Agreefy Slovakia",
"timezone": "Europe/Bratislava",
"city": "Bratislava"
}
]
}Last updated