---
title: "List Personal Access Tokens"
method: GET
path: "/tokens/"
tags: ["Tokens"]
---

# List Personal Access Tokens

`GET /tokens/`

Retrieve a list of active personal access tokens created by the authenticated user.
Personal access tokens are used to authenticate requests to the OSF API without user credentials.
#### Returns A JSON:API-compliant response with an array of personal access token objects under the `data` key.
#### Errors Returns an `errors` object on failure. See [Errors and Error Codes](#tag/Errors-and-Error-Codes).

## Response `200`

Successful retrieval of personal access tokens.

- object
  - `data` object[]
    - `id` string
    - `type` string
    - `attributes` object
      - `name` string
      - `date_created` string, date-time
    - `relationships` object
      - `scopes` object
        - `links` object
          - `related` string
  - `meta` object
    - `total` integer
  - `links` object
    - `self` string

---

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