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

# Get Tenant JWT Token

`GET /{tenant_id}/token`

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

## Response `200`

Tenant JWT token.

- TenantToken
  - `token` string — JWT token scoped to the tenant for safe browser API calls.

## Other responses

- `404` — Tenant not found.

---

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