---
title: "Inspect Scoped Jwt"
method: GET
path: "/v1/scoped-jwt"
tags: ["Authentication"]
---

# Inspect Scoped Jwt

`GET /v1/scoped-jwt`

## Query parameters

- `jwtoken` string, required

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- InspectScopedJWTOut
  - `expires_at` integer, required — unix timestamp of when the token expires
  - `models` string[], nullable — which models is the token limited to
  - `spending_limit` number, nullable — how much is the total spending limit set at creation

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.net/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/revisions/79ff347d29e2/schema)
