ApiManagementProjects
Authorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Request Body
application/json
format?string
Export a project snapshot utilizing a management key.
This endpoint allows you to export a snapshot of the current project state.
See Also
- See Managing Environments for details about managing environments.
curl -X POST "https://api.descope.com/v1/mgmt/project/snapshot/export" \ -H "Content-Type: application/json" \ -d '{}'{ "files": {}}export interface Response {files?: {}} Was this helpful?