---
title: "Personal Access Token Detail"
method: GET
path: "/tokens/{_id}/"
tags: ["Tokens"]
---

# Personal Access Token Detail

`GET /tokens/{_id}/`

Retrieve details of a specific personal access token.
#### Returns A JSON:API-compliant response with the token's details.
#### Errors - `404 Not Found`: Token not found or not owned by the user.

## Path parameters

- `_id` string, required

## Response `200`

Successful retrieval of tokens details.

- object
  - `data` object
    - `id` string
    - `type` string
    - `attributes` object
      - `name` string
      - `date_created` string, date-time
    - `relationships` object
      - `scopes` object
        - `links` object
          - `related` string

## Other responses

- `404` — Token not found.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/versions/ca701048eb0d/schema)
