---
title: "Get Tenant JWT Token"
method: GET
path: "/tenants/{tenant_id}/token"
tags: ["Tenants"]
---

# Get Tenant JWT Token

`GET /tenants/{tenant_id}/token`

Returns a JWT token scoped to the tenant for safe browser API calls. Requires Admin API Key.

## Response `200`

Tenant JWT token.

- TenantToken
  - `token` string — JWT token scoped to the tenant for safe browser API calls.
  - `tenant_id` string — The ID of the tenant this token is scoped to.

## Other responses

- `401` — Missing or invalid authentication credentials.
- `404` — Requested resource not found.
- `500` — Unexpected server error.

---

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