API ReferenceManagement
Project Management
Overview
Using the project management APIs enables administrators to manage their projects utilizing a management key.
Management keys are generated from Company > Management Keys. These keys will be used within the bearer token. The format is <Project ID>:<Management Key>
.
Use Cases
Project Management:
- Rename a project
- Export a project
- Import a project
- Clone a project
- Delete a project
Examples
Example - export and import projects
- Utilize the export project api endpoint to export a project
- Take the output from the export project api and pass to the import project api endpoint. Most of the time, you will export a project, then import to a different project, so ensure to update your project ID in the bearer for the import request.
Was this helpful?