---
title: "Returns a list of your user's access scopes"
method: GET
path: "/zephr/oauth2/consent/{clientId}"
tags: ["Third-Party Authentication"]
---

# Returns a list of your user's access scopes

`GET /zephr/oauth2/consent/{clientId}`

## Path parameters

- `clientId` string, required

## Response `200`

OK

- ListOauth2Consent
  - `consent` string[]

## Other responses

- `400` — Missing required clientId parameter.
- `401` — User session not authenticated.

---

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