API ReferenceManagement
Application Management
Overview
The Application Management APIs let you programmatically manage the applications within your project using a management key.
Management keys are generated from Company > Management Keys. Include the key in the Authorization header as a bearer token in the format <Project ID>:<Management Key>.
Use Cases
- Load All Applications
- Load Application by ID
- Create OIDC Application
- Update OIDC Application
- Create SAML Application
- Update SAML Application
- Delete Application
See Also
Review our documentation on Applications within Descope.
Was this helpful?
Import Access Key POST
Import an access key by providing its plaintext value, using a valid management key.
Load Application by ID GET
### Load Application by ID within a project This endpoint returns details of a specific Application within your Descope project. ### See Also - Review our [documentation](/manage/idpapplications/) around Applications within Descope.