Skip to main content
Welcome to the Qanapi API v3. This version introduces enhanced configuration management, unified logging, and streamlined encryption workflows to ensure your sensitive data remains protected from end to end.

Encryption

Directly encrypt and decrypt JSON fields via high-performance proxy endpoints.

Configurations

Manage provider and encryption configurations for your secure data flow.

API Keys

Create, rotate, and revoke secure access keys for your applications.

Unified Logs

Monitor activity, API usage, and Qanapi Flow events in a single view.

Authentication

All API requests must be authenticated using an API key passed in the X-Qanapi-Authorization header.
API keys in v3 are prefixed with qapi_ for easy identification and security scanning.

Base URL

The API v3 is hosted on customer-specific subdomains to ensure isolation and performance.
You can get your own account for free at qanapi.cloud.

Core Components

Configurations

Configurations are the heart of Qanapi. They define how we interact with your identity provider and which strategy is used for encryption.
  • Provider Configurations: Configure integrations with external services like Google.
  • Encryption Configurations: Define the logic for data protection within your requests.
You can learn more about configurations in our Configuration Guide.

User Management

Manage your team’s access with granular roles and permissions. API v3 supports:
  • Listing and creating users.
  • Role-based access control.
  • Two-factor authentication (2FA) status tracking.
  • Soft-deletion and restoration of user accounts.

Observability

Keep a full audit trail of everything happening in your environment.
  • Activity Logs: Track administrative actions taken by users.
  • API Logs: Monitor request-level details, including status codes and proxying info.
  • Qanapi Flow Logs: Specialized logging for automated data flows.
Ensure you monitor your API logs for 403 Forbidden responses, which may indicate insufficient permissions for the provided API key.

Next Steps

Ready to start building? Check out our quickstart guide or dive into the specific endpoint documentation.

Quickstart

Get up and running with v3 in minutes.

API Reference

Explore the full technical specification for every endpoint.