Skip to main content
POST
/
workspace
/
{workspace_id}
/
export
Export complete workspace data and configuration as an archive
curl --request POST \
  --url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/export \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "branch": "",
  "password": ""
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
integer<int64>
required

Body

password
string
branch
string

Response

Success!

The response is of type object.