Skip to content

API Endpoints

The interactive API explorer below shows all available public-preview endpoints with their parameters, request bodies, and response schemas.

Available Endpoint Groups

Authentication

MethodPathDescription
POST/v1/auth/loginAuthenticate with email and password
POST/v1/auth/signupCreate a personal workspace (legacy)
POST/v1/auth/registerSelf-service registration with auto-login
POST/v1/auth/refreshRefresh an authentication token
POST/v1/auth/logoutInvalidate the current session
GET/v1/auth/meGet the current authenticated user
POST/v1/auth/forgot-passwordRequest a password reset email
POST/v1/auth/reset-passwordReset password using a reset token
POST/v1/auth/tokenExchange API client credentials for an access token

Sites

MethodPathScopeDescription
GET/v1/sites/:siteID/statussites:readGet comprehensive site status

Evidence

MethodPathScopeDescription
GET/v1/sites/:siteID/evidence-export-runsevidence:readList evidence export runs
GET/v1/sites/:siteID/evidence-export-runs/:runIDevidence:readGet a specific export run
GET/v1/sites/:siteID/evidence-export-runs/:runID/verifyevidence:readVerify the cryptographic signature
GET/v1/sites/:siteID/evidence-export-runs/:runID/downloadevidence:readDownload evidence packet (.zip)

Interactive Explorer

Expand each endpoint below to view parameters, request bodies, and response schemas.