---
title: "Get a list of scopes"
method: GET
path: "/api/v1/scopes"
tags: ["Scopes"]
---

# Get a list of scopes

`GET /api/v1/scopes`

Required scope - read_scope

## Response `200`

A list of scopes

- object
  - `scopes` Scope[]
    - `id` number, required
    - `name` string, required
    - `note` string, required
    - `type` 'spa' | 's2s', required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `deletedAt` string, nullable, required

---

[API](https://skmtc.net/valuemelody/apis/melody-auth-s2s-api.md) · [All operations](https://skmtc.net/valuemelody/apis/melody-auth-s2s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/valuemelody/melody-auth-s2s-api/revisions/2e1471620fd7/schema)
