---
title: "Validate SSA"
method: POST
path: "/ssa/validation"
tags: ["SSA"]
---

# Validate SSA

`POST /ssa/validation`

# Validates that a given SSA `jti` exists and is valid
----

This endpoint does not have any security, it is an open endpoint.

## Headers

- `jti` string, required

## Response `200`

The API returns `200` status code, when token is valid.

## Other responses

- `400` — When jti does not exist, is invalid or state is in (expired, used or revoked),
- `500` — Internal error occured. Please check log file for details.

## Changes

- **2024-09-26** `a3db9017ef44` — 1 info
  - api operation id `validate-ssa` was added
- **2024-02-28** `681fee94286c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/changes/ssa/validation/post.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)
