v1

latestOpenAPI 3.1.02026-07-247328324.6 KB
API authentication

List all registers

get/oauth/register

Response

Successful operation

Example response

{
  "data": [
    {
      "redirect_uris": [
        "https://www.acme.com"
      ],
      "client_uri": "https://www.acme.com",
      "logo_uri": "https://www.acme.com",
      "contacts": [
        "email@domain.com"
      ],
      "tos_uri": "https://www.acme.com",
      "policy_uri": "https://www.acme.com",
      "jwks_uri": "https://www.acme.com",
      "jwks": {
        "key": "value"
      },
      "client_id_issued_at": 42,
      "client_secret_expires_at": 42,
      "registration_client_uri": "https://www.acme.com"
    }
  ]
}