Fumadocs
Api reference

API Reference

Complete REST API reference for the AxiomDB Gateway. All endpoints require a valid PASETO v4 Bearer token unless noted as public.

How is this guide?

On this page

Base URLAuthenticationHealthGET /api/v1/healthAuthentication endpointsGET /api/v1/auth/square/loginGET /api/v1/auth/square/callbackPOST /api/v1/auth/loginPOST /api/v1/auth/signupPOST /api/v1/auth/magic-link/startPOST /api/v1/auth/magic-link/verifyPOST /api/v1/auth/cli/startPOST /api/v1/auth/cli/exchangePOST /api/v1/auth/refreshPOST /api/v1/auth/2fa/setupPOST /api/v1/auth/2fa/verify-setupPOST /api/v1/auth/2fa/verify-loginPOST /api/v1/auth/2fa/skipNetwork utilitiesGET /api/v1/network/my-ipProjectsGET /api/v1/projectsPOST /api/v1/projectsGET /api/v1/projects/lookup?name=<query>GET /api/v1/projects/:project_idDELETE /api/v1/projects/:project_idGET /api/v1/projects/:project_id/credentialsPOST /api/v1/projects/:project_id/credentials/rotateGET /api/v1/projects/:project_id/usageGET /api/v1/projects/:project_id/metricsBranchesGET /api/v1/projects/:project_id/branchesPOST /api/v1/projects/:project_id/branchesGET /api/v1/projects/:project_id/branches/lookupDELETE /api/v1/projects/:project_id/branches/:branch_idGET /api/v1/projects/:project_id/branches/:branch_ref/credentialsGET /api/v1/projects/:project_id/branches/:branch_ref/metrics/summaryNetwork rulesGET /api/v1/projects/:project_id/network/rulesPOST /api/v1/projects/:project_id/network/rulesPATCH /api/v1/projects/:project_id/network/rules/:rule_idDELETE /api/v1/projects/:project_id/network/rules/:rule_idPOST /api/v1/projects/:project_id/network/public-modeTable browserGET /api/v1/projects/:project_id/branches/:branch_ref/tablesGET /api/v1/projects/:project_id/branches/:branch_ref/tables/:table/rowsPATCH /api/v1/projects/:project_id/branches/:branch_ref/tables/:table/rowsDELETE /api/v1/projects/:project_id/branches/:branch_ref/tables/:table/rowsBackupsGET /api/v1/projects/:project_id/backupsPOST /api/v1/projects/:project_id/backups/restore-planPOST /api/v1/projects/:project_id/backups/restoreGET /api/v1/projects/:project_id/backups/policyPUT /api/v1/projects/:project_id/backups/policyProvisioning jobsGET /api/v1/jobs/:job_idCORSGET /api/v1/projects/:project_id/corsPUT /api/v1/projects/:project_id/corsError responses