Security Gateway
Provides a secure entry point to Subnoto’s signature services
The Subnoto API Proxy is a secure gateway container that provides access to Subnoto’s signature services. It acts as a bridge between your applications and our secure enclave infrastructure, handling authentication, request routing, and secure communication.
The API Proxy serves several key functions:
Security Gateway
Provides a secure entry point to Subnoto’s signature services
Authentication Hub
Manages API credentials and session handling
Request Routing
Routes requests to the appropriate backend services
Compliance
Ensures all communications meet regulatory requirements
Secure Communication
All communications are encrypted and authenticated
Scalable Architecture
Designed for high availability and performance
Easy Integration
Simple REST API for seamless application integration
Containerized
Deploy anywhere using Docker or Kubernetes
All API endpoints must go through the API proxy container. The enclave.subnoto.com endpoint should not be called directly. The API proxy is the required gateway for all Subnoto API requests, providing secure authentication, session management, and request routing.
Currently, only one document per envelope is supported, both via the API and the user interface. This is a current limitation of the platform.
The workspaceUuid parameter is required to specify which workspace the envelope or resource will be added to. This ensures proper data isolation and organization. Best practice: Create a dedicated workspace for envelopes created via the API to keep them organized separately from manually created envelopes.
API key workspace restrictions are not currently available. This feature will be added in a future release, allowing you to limit API keys to access only specific workspaces.