Authentication Header
string
required
Your unique API key. All v3 API keys are prefixed with
qapi_.Content Control
string
required
Must be set to
application/json for all requests containing a JSON payload.string
A comma-separated list of fields in the JSON payload to be processed (encrypted or decrypted).Dot Notation: You can use dot notation to target nested fields within multi-dimensional objects.
This header is required for encryption and decryption requests. For other API calls, it can be omitted.
Dot Notation Example
When working with nested JSON structures, use theX-Qanapi-Fields header to specify exactly which fields should be
touched.
Request
Advanced Routing
string
A URL to forward the request to after processing. If provided, Qanapi will act as a transparent proxy.
Try it out
See these headers in action by testing the Encryption endpoints.