latestSwagger 2.02026-08-1095121164.0 KB

94758829689e

sites

Get Site Authorizations

Returns the authorizations (permissions) the authenticated user has on a specific site.

get/v0/sites/{site_id}/authorizations

Path parameters

site_idstring required

Site UUID

Response

can_switch_upstreamboolean required

Whether the user can switch the site's upstream

Example response

{
  "can_switch_upstream": true
}