/
/Backend API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 27m 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 AppInstallRequests

get/app-install-requests

Response

A list of AppInstallRequests

contractIdstring
dsostring
providerstring
userstring

Changes