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

  1. Rename a Project
  2. Export a Project
  3. Import a Project
  4. Clone a Project
  5. Delete a Project

Examples

Example - export and import projects

  1. Call the Export Project API endpoint to export a project.
  2. 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?

On this page