Developer Platform
Build trusted products with SiloID.
Request identity assertions, wallet binding status, credential confidence, device trust, and product-link status through SiloID APIs.
Legacy API surface
POST /api/identity-issue.php X-SiloID-API-Token: <protected service credential> POST /api/product-link.php POST /api/trust-assert.php POST /api/wallet-bind.php
Credentials are accepted in headers only. Query-string and form credentials are rejected. New integrations should use the versioned, scoped service APIs.
Operational endpoints
GET /v1/health/ returns a sanitized readiness result. GET /.well-known/jwks.json publishes active verification keys.
Security contract
Use TLS, one credential per service, exact scopes, rotation and revocation. Never place credentials in URLs, browser storage, logs, or source control.
Verify User
Confirm a member identity exists and verify status.
Verify Wallet
Confirm wallet UID binding and restrictions.
Verify Credential
Request credential confidence without copying documents.
