---
title: "Retrieve scopes"
method: GET
path: "/v6/authentication/oauth2/scopes"
tags: ["Scopes"]
---

# Retrieve scopes

`GET /v6/authentication/oauth2/scopes`

Retrieve a JSON formatted overview of the existing scopes within Bynder and the required user permissions.

## Response `200`

Successful response

- object
  - `groups` object[]
    - `name` string
    - `scopes` object[]
      - `name` string
      - `description` string
      - `anyOfPermissions` string[]

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
