/
/Backend API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 13m ago · Updated 2mo ago
  • getGet list of links that initiate login
  • getGet Authenticated User
  • getList all OAuth2 Client Registrations
  • postCreate OAuth2 Client Registration
  • deleteDelete OAuth2 Client Registration
  • getList all AppInstallRequests
  • postAccept an AppInstallRequest
  • postReject an AppInstallRequest
  • postCancel an AppInstallRequest
  • postCreate a License using the AppInstall
  • postCancel an AppInstall
  • getList all AppInstalls
  • getList all Licenses
  • postRenew a License
  • getList all LicenseRenewalRequests
  • postComplete the License Renewal
  • postExpire a License

List all OAuth2 Client Registrations

get/oauth2/admin/clients

Response

A list of OAuth2 Client Registrations

clientIdstring required
scopestring required
authorizationUristring required
tokenUristring required
jwkSetUristring required
partystring required
preconfiguredboolean

Changes