---
title: "Retrieve a token"
method: GET
path: "/oauth/token/{id}"
tags: ["API authentication"]
---

# Retrieve a token

`GET /oauth/token/{id}`

## Path parameters

- `id` string, required — An object id with prefix

## Response `200`

Successful operation

- object
  - `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)
