---
title: "List all Tenant Registrations"
method: GET
path: "/admin/tenant-registrations"
tags: ["Admin"]
---

# List all Tenant Registrations

`GET /admin/tenant-registrations`

## Response `200`

A list of Tenant Registrations

- TenantRegistration[]
  - `tenantId` string, required — Tenant identifier
  - `partyId` string, required — Party identifier
  - `walletUrl` string, uri, required — Wallet URL for payment redirects
  - `clientId` string — OAuth2 client identifier
  - `issuerUrl` string, uri — Issuer URL
  - `internal` boolean, required — Internal registration
  - `users` string[]

## Other responses

- `401` — Not authenticated
- `403` — Forbidden
- `500` — An internal server error occurred

## Changes

- **2026-07-17** `8821f8847f2c` — 5 info
  - api tag `Admin` added
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `500`
  - …1 more
- **2025-06-30** `1134247b1d5b` — 2 breaking, 1 info
  - the response property `items/clientId` became optional for the status `200`
  - the response property `items/issuerUrl` became optional for the status `200`
  - added the optional property `items/users` to the response with the `200` status
- **2025-03-11** `57d33ddafbe9` — 6 breaking, 1 warning, 4 info
  - removed the required property `items/authorizationUri` from the response with the `200` status
  - removed the required property `items/jwkSetUri` from the response with the `200` status
  - removed the required property `items/party` from the response with the `200` status
  - removed the required property `items/preconfigured` from the response with the `200` status
  - …7 more
- **2025-02-18** `85e5af9982d5` — 1 info
  - endpoint added
- **2025-02-11** `19d2c93fbacc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/digital-asset/apis/backend-api/changes/admin/tenant-registrations/get.md)

---

[API](https://skmtc.dev/digital-asset/apis/backend-api.md) · [All operations](https://skmtc.dev/digital-asset/apis/backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digital-asset/backend-api/revisions/8821f8847f2c/schema)
