---
title: "GET /users/verify_token"
method: GET
path: "/users/verify_token"
tags: ["users"]
---

# GET /users/verify_token

`GET /users/verify_token`

Verify if the given jwt ID token was signed by the subject (user) in the payload

## Query parameters

- `token` string, required

## Response `200`

Success

- VerifyToken
  - `data` DecodedUserToken
    - `apiKey` string, required
    - `userId` string, required
    - `email` string, required
    - `name` string, required
    - `handle` string, required
    - `verified` boolean, required
    - `profile_picture` ProfilePicture
      - `150x150` string
      - `480x480` string
      - `1000x1000` string
      - `mirrors` string[]
    - `sub` string, required
    - `iat` string, required

## Other responses

- `400` — Bad input
- `404` — ID token not valid
- `500` — Server error

---

[API](https://skmtc.dev/audius/apis/audius-api.md) · [All operations](https://skmtc.dev/audius/apis/audius-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/audius/audius-api/revisions/940230b2ed3d/schema)
