Backups API
List Backups
Section titled “List Backups”List all available database backups:
GET /admin/backupsExample:
curl https://ingest.transyt.com/admin/backups \ -H "X-Admin-Token: YOUR_ADMIN_TOKEN"Trigger Backup
Section titled “Trigger Backup”Manually trigger a database backup:
POST /admin/backups/triggerExample:
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.