Skip to main content
GET
/
bays
cURL
curl --request GET \
  --url https://{company}.fairwayze.com/api/integrations/bays \
  --header 'ApiKey: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "tag": "<string>",
    "location": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>"
    }
  }
]

Authorizations

ApiKey
string
header
required

Response

Bay object

id
string<uuid>
name
string
tag
string
location
object