POST
/v1/mgmt/project/import
Import a project utilizing a management key.
This endpoint is used to import a project. The argument of files should be the output of the export project endpoint
You can also exclude items from the export when importing by utilizing the flags below within the exclude array.
You can also import secrets for connectors and OAuth Providers using the inputSecrets argument.
See Also
- See Managing Environments for details about managing environments.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
AuthorizationRequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
filesobject
excludesarray<string>
inputSecretsobject
| Status code | Description |
|---|---|
200 | OK |
Was this helpful?