---
title: "Get scopes for token"
method: GET
path: "/oauth/scopes"
tags: ["OAuth API"]
---

# Get scopes for token

`GET /oauth/scopes`

Returns a list of scopes associated with the token

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` object
    - `scopes` object[]
      - `scope` string
      - `display_name` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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