VRPlatformVRPlatform
Booking channels

/booking-channels

List booking channels available on the team

GET
/booking-channels
X-API-Key<token>

API key provided in dashboard

In: header

Query Parameters

includeFeeReferenced?boolean
includeReservationCount?boolean

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.vrplatform.app/booking-channels"
{
  "data": [
    {
      "name": "string",
      "icon": "string",
      "logo": "string",
      "color": "string",
      "iconProvider": "cloudflare",
      "logoProvider": "cloudflare",
      "reservationCount": 9007199254740991
    }
  ]
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}