---
title: "Get list of SSAs"
method: GET
path: "/ssa"
tags: ["SSA"]
---

# Get list of SSAs

`GET /ssa`

# Get all SSA list based on `jti` or `org_id`.
----

**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 Adm
.in**, Retrieves all `SSA`
- `https://jans.io/auth/ssa.portal` - **SSA Portal**, Retrieves all `SSA`
- `https://jans.io/auth/ssa.developer` - **SSA Developer**, Retrieves the `SSA` created by the same client

## Query parameters

- `jti` string
- `org_id` string

## Response `200`

The response will return the list of SSAs.

- object[]
  - `created_at` integer
  - `expiration` integer
  - `issuer` string
  - `jti` string
  - `status` string
  - `ssa` object
    - `iss` string
    - `iat` integer
    - `jti` string
    - `software_id` string
    - `org_id` string
    - `software_roles` string[]
    - `grant_types` string[]
    - `exp` integer
    - `lifetime` integer

## Other responses

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

## Changes

- **2023-10-10** `4fa86f839845` — 1 info
  - added the optional property `items/ssa/lifetime` to the response with the `200` status
- **2023-02-02** `b9705f965648` — 1 breaking, 2 info
  - the `items/ssa/org_id` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
  - for the `query` request parameter `org_id`, the type/format was generalized from `integer`/`` to `string`/``
  - added the optional property `items/status` to the response with the `200` status
- **2022-11-10** `6bf06110150f` — 1 info
  - endpoint added

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