---
title: "List all tokens"
method: GET
path: "/oauth/token"
tags: ["API authentication"]
---

# List all tokens

`GET /oauth/token`

## Response `200`

Successful operation

- object — List of items
  - `data` object[], required
    - `user_id` string, required — An object id with prefix
    - `client_id` string, required — An object id with prefix
    - `refresh_token` string, required — Non-empty text string
    - `id` string, required — An object id with prefix
    - `created_at` string, date-time, required — Creation date and time
    - `created_by` string, required — ID of the user that created this object
    - `updated_at` string, date-time, required — Last update date and time
    - `updated_by` string, required — ID of the user that last updated this object

---

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