Built for scale with versioned endpoints, idempotency support, and predictable error handling.
Standard HTTP methods, JSON payloads, semantic resource naming conventions.
Webhook notifications with HMAC signature verification and guaranteed delivery.
Official SDKs for Node.js, Python, Java, Go, PHP, and Ruby environments.
Full-featured test environment with synthetic data for development and testing.
Modular API surface covering identity verification, credential management, and digital signatures.
API key authentication with bearer token authorization. Keys scoped to specific permissions with automatic rotation support.
Include your API key in the Authorization header using the Bearer scheme for all API requests.
Standard tier: 100 requests/minute. Enterprise tier: Custom rate limits with burst capacity. Rate limit headers included in responses.
Use Idempotency-Key header for safe retries on POST requests. Same key returns cached response for 24 hours.
Event-driven architecture with guaranteed webhook delivery. Configure endpoints to receive real-time notifications for verification and signature events.
Each webhook includes HMAC signature in qa-trust-signature header. Verify using your webhook secret to ensure authenticity of incoming events.
Subscribe to specific event types per endpoint. Configure multiple webhook URLs for different event categories or environments.
Dashboard provides real-time webhook delivery status, retry attempts, and failure reasons. Debug with full request/response logs.
Production-ready SDKs with type safety, automatic retries, and comprehensive error handling.
TypeScript support with Promise and async/await patterns
Python 3.8+ with async/await support
Java 11+ with Maven and Gradle support
Go 1.19+ with context support
PHP 8.0+ with PSR-7 compatibility
Ruby 2.7+ with Rails integration
Technical documentation, integration assistance, and dedicated support channels for enterprise customers.