Organization isolation
Every authenticated query validates active membership and organization scope before accessing surveys, responses or settings.
Security by design
Opiny architecture protects access, collection and circulation of your customer signals.
Every authenticated query validates active membership and organization scope before accessing surveys, responses or settings.
Short-lived access tokens and rotating refresh tokens reduce credential reuse risk.
Each survey can restrict which domains may load the widget and submit responses.
Events use HMAC SHA-256 signatures so destinations can verify origin and integrity.
Sensitive V2 integration URLs are protected with AES-256-GCM before storage.
Owner, administrator and member roles delimit administrative and operational actions.
Transparency
This page describes controls that exist in the product. Certifications and additional enterprise requirements should be assessed during procurement.
No. Authenticated endpoints validate the user membership against the requested organization and deny requests outside that scope.
Compute the request body HMAC SHA-256 using your organization secret and compare it with the X-Opiny-Signature header.
Yes. Surveys accept an allowed-domain list and reject widget loads and submissions from other origins.