---
title: "Get OAuth grant"
method: GET
path: "/oauth_grants/{id}"
tags: ["OAuth Grants"]
---

# Get OAuth grant

`GET /oauth_grants/{id}`

Retrieve a single OAuth grant by ID

## Path parameters

- `id` string, uuid, required

## Response `200`

OAuth grant details

- object
  - `data` OAuthGrant
    - `id` string, uuid, required — Unique identifier for the OAuth grant
    - `record_type` 'oauth_grant', required — Record type identifier
    - `client_id` string, required — OAuth client identifier
    - `scopes` string[], required — List of granted OAuth scopes
    - `last_used_at` string, date-time, nullable — Timestamp when the grant was last used
    - `created_at` string, date-time, required — Timestamp when the grant was created

## Other responses

- `404` — OAuth grant not found

---

[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)
