Asset API
Sandbox and productionRegistry and portfolio
Register, update, and inspect protected assets.
OAuth2 bearer token/api/v1/assets/
- GET /api/v1/assets/
- POST /api/v1/assets/
- GET /api/v1/assets/{id}/
Open productVerification API
Sandbox and productionOwnership verification
Check ownership, serial references, and registry confidence.
OAuth2 bearer token/api/v1/verification/
- POST /api/v1/verification/
- GET /api/v1/verification/{id}/
- GET /api/v1/microdot/
Open productIdentity API
Developer approval requiredOIDC and profile context
Authenticate users, issue tokens, and resolve account context.
OIDC code flow/o/* and /graphql/
- GET /o/.well-known/openid-configuration
- GET /o/authorize/
- POST /o/token/
Open productRecovery API
Sandbox and productionLost and found workflows
Report, match, track, and monetize recovery events.
OAuth2 bearer token/api/v1/recovery/
- GET /api/v1/recovery/
- POST /api/v1/recovery/
- POST /api/v1/recovery/community/
Open productMarketplace API
Sandbox and productionVerified listings and trades
Manage verified listings, offers, and ownership-ready trades.
OAuth2 bearer token/api/v1/marketplace/
- GET /api/v1/marketplace/
- POST /api/v1/marketplace/
- POST /api/v1/marketplace/orders/
Open productPawning API
Partner and enterpriseCollateral and lien workflows
Create pawn contracts around verified assets and release states.
OAuth2 bearer token/api/v1/pawning/
- GET /api/v1/pawning/
- POST /api/v1/pawning/
- PATCH /api/v1/pawning/{id}/
Open productLivestock API
Sandbox and productionAnimal identity and registry
Register animals, validate muzzle references, and track ownership.
OAuth2 bearer token/api/v1/livestock/
- GET /api/v1/livestock/
- POST /api/v1/livestock/
- POST /api/v1/ai/muzzle-search/
Open productInsurance API
Partner and enterpriseValidation and claim support
Pull protected asset context into claims, underwriting, and audits.
OAuth2 bearer token/api/v1/insurance/
- GET /api/v1/insurance/
- POST /api/v1/insurance/claims/
- POST /api/v1/insurance/verification/
Open productPolice API
Approved government onlyLaw-enforcement operations
Support investigation, ownership lookup, and protected case access.
Restricted partner access/api/v1/police/ and /api/v1/law-enforcement/
- GET /api/v1/police/
- POST /api/v1/police/cases/
- GET /api/v1/law-enforcement/lookup/
Open productAI API
Partner and enterpriseFraud and recovery intelligence
Score risk, search hotspots, and estimate recovery probability.
OAuth2 bearer token/api/v1/ai/
- POST /api/v1/ai/fraud-score/
- GET /api/v1/ai/asset-risk/{id}/
- GET /api/v1/ai/recovery-probability/
Open product