---
title: "Get user token details"
method: GET
path: "/v1/authentication/user-token"
tags: ["Internal Authentication Controller"]
---

# Get user token details

`GET /v1/authentication/user-token`

Retrieves and validates token details for a specific user and device

## Query parameters

- `userId` string, required
- `deviceToken` string, required

## Response `200`

Token details retrieved successfully

- TokenBean
  - `authToken` string
  - `refreshToken` string
  - `userId` string
  - `platformType` string

## Other responses

- `400` — Invalid parameters
- `401` — Invalid or expired token
- `500` — Internal server error

---

[API](https://skmtc.dev/floik/apis/floik-authentication-server.md) · [All operations](https://skmtc.dev/floik/apis/floik-authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/floik/floik-authentication-server/revisions/2b2a5dad2f5e/schema)
