/
DI
digital-asset
/
Backend API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo 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
Get Authenticated User
get
/user
Response
Successful response
AuthenticatedUser
required
name
string
required
party
string
required
roles
string[]
required
isAdmin
boolean
required
Changes