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
}