---
title: "To get Claims details about the registered client."
method: POST
path: "/restv1/clientinfo"
tags: ["Client Info"]
---

# To get Claims details about the registered client.

`POST /restv1/clientinfo`

The ClientInfo Endpoint is an OAuth 2.0 Protected Resource that returns Claims about the registered client.

## Headers

- `Authorization` string

## Response `200`

OK

- object — Client details in response.
  - `displayName` string
  - `inum` string — XRI i-number
  - `jansAppType` string — Appication type
  - `jansIdTokenSignedResponseAlg` string — ID Token Signed Response Algorithm
  - `jansRedirectURI` string[] — Array of redirect URIs values used in the Authorization
  - `oxId` string — Attribute Scope Id
  - `custom_attributes` string[]

## Other responses

- `400` — Invalid Request are provided to endpoint.

## Changes

- **2026-04-08** `e60fb909da19` — 1 info
  - endpoint added
- **2022-03-25** `d6fc0677410c` — 1 breaking
  - api path removed without deprecation

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