---
title: "Get Site Authorizations"
method: GET
path: "/v0/sites/{site_id}/authorizations"
tags: ["sites"]
---

# Get Site Authorizations

`GET /v0/sites/{site_id}/authorizations`

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

## Path parameters

- `site_id` string, required

## Response `200`

- SiteAuthorizations — SiteAuthorizations represents the permissions a user has on a site
  - `can_switch_upstream` boolean, required — Whether the user can switch the site's upstream

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/pantheon/apis/pantheon-public-api-service.md) · [All operations](https://skmtc.net/pantheon/apis/pantheon-public-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pantheon/pantheon-public-api-service/revisions/94758829689e/schema)
