Skip to content

Start a full data export

POST
/export

Starts an account export for the current tenant. Available to account owners and admins only.

Authorizations

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Responses

Export started

application/json
JSON
{
  
"message": "string",
  
"export_id": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI