---
title: "Get OAuth consent token"
method: GET
path: "/oauth/consent/{consent_token}"
tags: ["OAuth Protocol"]
---

# Get OAuth consent token

`GET /oauth/consent/{consent_token}`

Retrieve details about an OAuth consent token

## Path parameters

- `consent_token` string, required

## Response `200`

Consent token details

- ConsentTokenResponse
  - `data` object
    - `client_id` string — Client ID
    - `name` string — Client name
    - `requested_scopes` object[]
      - `id` string — Scope ID
      - `name` string — Scope name
      - `description` string — Scope description
    - `logo_uri` string, uri, nullable — URL of the client logo
    - `tos_uri` string, uri, nullable — URL of the client's terms of service
    - `policy_uri` string, uri, nullable — URL of the client's privacy policy
    - `redirect_uri` string, uri — The redirect URI for this authorization
    - `verified` boolean — Whether the client is verified

## Other responses

- `422` — Invalid consent token

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
