ApiManagementFga
POST
/v1/mgmt/fga/backup

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

Create a new FGA backup.

curl -X POST "https://api.descope.com/v1/mgmt/fga/backup" \  -H "Content-Type: application/json" \  -d '{}'
{  "backupId": "string"}
export interface Response {backupId?: string}
Was this helpful?