Skip to main content

Admin API

Admin routes require the configured admin key.

Create or update tenant

POST /v1/admin/tenants

Create API key

POST /v1/admin/api-keys
The raw API key is returned once.

Run retention cleanup

POST /v1/admin/retention/run
Dry run:
{
  "apply": false
}
Apply deletion:
{
  "apply": true
}