---
title: "Check if the user has already consented to an app's scopes"
method: GET
path: "/auth/consent"
tags: ["Auth"]
---

# Check if the user has already consented to an app's scopes

`GET /auth/consent`

## Query parameters

- `appId` string, required
- `scopes` string, required

## Response `200`

Consent status

- object
  - `data` object, required
    - `consented` boolean, required
    - `grantedScopes` string[], required

---

[API](https://skmtc.net/urantia/apis/urantia-papers-api.md) · [All operations](https://skmtc.net/urantia/apis/urantia-papers-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urantia/urantia-papers-api/versions/fc43de3e7ffc/schema)
