API ReferenceManagement
Project Management
Overview
The Project Management APIs let you programmatically manage your Descope projects 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
Examples
Example - export and import projects
- Call the Export Project API endpoint to export a project.
- Pass the output to the Import Project API endpoint. If you are importing to a different project, update the Project ID in the bearer token for the import request.
Was this helpful?
Bulk Update Roles POST
Bulk update Roles, using a valid management key.
Rename Project POST
### Rename a project utilizing a management key. This endpoint allows you to update the name of a project. The body only requires the `name` argument. ### See Also - See [Managing Environments](/customize/environments/) for details about managing environments.