Complete guides, API references, and tutorials for integrating with SAGINT Platform
Quick start guides and tutorials
Complete REST API documentation
Detailed module documentation
All API requests require authentication using JWT tokens. Obtain your access token by logging in:
POST /api/auth/login
{
"email": "your@email.com",
"password": "your-password"
}All API endpoints are relative to:
https://api.sagint.io/v1 Development: http://localhost:3001/api
curl -X GET https://api.sagint.io/v1/dashboard/overview \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json"POST /api/auth/login - User loginPOST /api/auth/register - User registrationPOST /api/auth/logout - User logoutGET /api/auth/me - Get current userGET /api/signet/batches - List batchesPOST /api/signet/batches - Create batchGET /api/signet/dwr - List DWR tokensGET /api/signet/stn - List STN tokensGET /api/solace/cases - List compliance casesPOST /api/solace/kyc - Submit KYCPUT /api/solace/cases/:id - Update caseGET /api/dashboard/overview - Platform overviewGET /api/dashboard/signet - SIGNET metricsGET /api/dashboard/solace - SOLACE metricsTransform physical assets into digital tokens with full lifecycle management.
Automated compliance and regulatory management system.
Secure custody with proof-of-reserve verification.
Bilateral marketplace for Safety Token trading.
Our support team is here to help you integrate and succeed.