API Endpoints
Payment Verification
POST /api/verify
POST /api/verify
Verifies a payment proof across supported chains.RequestResponse
Settlement
POST /api/settle
POST /api/settle
Initiates or completes the settlement process.RequestResponse
Health Check
GET /health
GET /health
Returns a 200 if the Facilitator is run.
Admin Endpoints
Dedicated administrative routes for Facilitator managementAuthentication
For admin endpoints, include an API token in the Authorization header:Manual Backup
POST /backup
POST /backup
Initiates a backup of the database manually
Error Handling
All API endpoints use standard HTTP status codes and return errors in the following format:400: Bad Request401: Unauthorized404: Not Found500: Internal Server Error

