SAGINT Platform

Platform Documentation

Complete guides, API references, and tutorials for integrating with SAGINT Platform

Getting Started

Authentication

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"
}

Base URL

All API endpoints are relative to:

https://api.sagint.io/v1

Development: http://localhost:3001/api

Making Your First Request

curl -X GET https://api.sagint.io/v1/dashboard/overview \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json"

API Reference

Authentication Endpoints

  • POST /api/auth/login - User login
  • POST /api/auth/register - User registration
  • POST /api/auth/logout - User logout
  • GET /api/auth/me - Get current user

SIGNET - Tokenization

  • GET /api/signet/batches - List batches
  • POST /api/signet/batches - Create batch
  • GET /api/signet/dwr - List DWR tokens
  • GET /api/signet/stn - List STN tokens

SOLACE - Compliance

  • GET /api/solace/cases - List compliance cases
  • POST /api/solace/kyc - Submit KYC
  • PUT /api/solace/cases/:id - Update case

Dashboard & Analytics

  • GET /api/dashboard/overview - Platform overview
  • GET /api/dashboard/signet - SIGNET metrics
  • GET /api/dashboard/solace - SOLACE metrics

Module Documentation

SIGNET - Digital Tokenization

Transform physical assets into digital tokens with full lifecycle management.

  • • Batch processing and tokenization
  • • DWR (Digital Warehouse Receipt) issuance
  • • STN (Structured Tokenized Note) creation
  • • Utility token management

SOLACE - Compliance Engine

Automated compliance and regulatory management system.

  • • KYC/AML screening and verification
  • • Sanctions list checking
  • • Accreditation verification
  • • Case management workflows

SENTINEL - Custody & Vault

Secure custody with proof-of-reserve verification.

  • • Vault management and monitoring
  • • Proof-of-Reserve (PoR) protocols
  • • Redemption processing
  • • Chain of custody tracking

SYNDICATE - Trading Platform

Bilateral marketplace for Safety Token trading.

  • • Order matching and settlement
  • • UCC Article 2 compliance
  • • 28-day delivery tracking
  • • Clearance management

Need Help?

Our support team is here to help you integrate and succeed.

© 2025 SAGINT Platform. All rights reserved.