Skip to content

Backups API

List all available database backups:

GET /admin/backups

Example:

Terminal window
curl https://ingest.transyt.com/admin/backups \
-H "X-Admin-Token: YOUR_ADMIN_TOKEN"

Manually trigger a database backup:

POST /admin/backups/trigger

Example:

Terminal window
curl -X POST https://ingest.transyt.com/admin/backups/trigger \
-H "X-Admin-Token: YOUR_ADMIN_TOKEN"

This creates a new backup of the webhook gateway database. Backups run in the background and appear in the list once complete.