Skip to main content
GET
/
v1
/
admin
/
bookings
/
sharing-groups
List sharing groups for a slot
curl --request GET \
  --url https://{operatorDomain}/v1/admin/bookings/sharing-groups \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Query Parameters

slotId
string
required

Response

200 - application/json

Sharing groups

data
object[]