---
title: "List OAuth Scopes"
method: GET
path: "/scopes/"
tags: ["OAuth Scopes"]
---

# List OAuth Scopes

`GET /scopes/`

Retrieve a list of publicly available OAuth scopes.
Scopes define permissions granted to OAuth applications and personal access tokens.
#### Filtering & Pagination
Supports standard filtering and pagination via query parameters.
#### Returns
A JSON object containing an array of OAuth scopes under the `data` key.

## Response `200`

Successfully retrieved list of OAuth scopes.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/ca701048eb0d/schema)
