/
DI
digital-asset
/
Backend API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 13m ago · Updated 2mo ago
Details
Filter operations
get
Get list of links that initiate login
get
Get Authenticated User
get
List all OAuth2 Client Registrations
post
Create OAuth2 Client Registration
delete
Delete OAuth2 Client Registration
get
List all AppInstallRequests
post
Accept an AppInstallRequest
post
Reject an AppInstallRequest
post
Cancel an AppInstallRequest
post
Create a License using the AppInstall
post
Cancel an AppInstall
get
List all AppInstalls
get
List all Licenses
post
Renew a License
get
List all LicenseRenewalRequests
post
Complete the License Renewal
post
Expire a License
List all OAuth2 Client Registrations
get
/oauth2/admin/clients
Response
A list of OAuth2 Client Registrations
OAuth2ClientRegistration[]
required
clientId
string
required
scope
string
required
authorizationUri
string
required
tokenUri
string
required
jwkSetUri
string
required
party
string
required
preconfigured
boolean
Changes