---
title: "Get JWT of SSA based on JTI."
method: GET
path: "/ssa/jwt"
tags: ["SSA"]
---

# Get JWT of SSA based on JTI.

`GET /ssa/jwt`

# Get JWT of SSA based on `jti`.
----

**Security: Bearer Auth**

Provide your bearer token in the Authorization header when making requests to protected resources.

Example: `Authorization: Bearer {{your-access-token}}`

**Security: OAuth 2.0**

Scopes:
- `https://jans.io/auth/ssa.admin` - **SSA Admin**, Retrieve `JWT` of `SSA`

## Query parameters

- `jti` string

## Response `200`

The response will return the `JWT` of `SSA`.

- object
  - `ssa` string

## Other responses

- `401` — Unauthorized access request.
- `500` — Internal error occured. Please check log file for details.

## Changes

- **2023-01-30** `6f3998bc2053` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/changes/ssa/jwt/get.md)

---

[API](https://skmtc.dev/janssenproject/apis/janssen-authorization-server.md) · [All operations](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/janssenproject/janssen-authorization-server/revisions/ae174ecfdc21/schema)
