Data residency
- Database: PostgreSQL CNPG cluster, replicated across hosts in Morocco and the EU.
- Object storage: Cloudflare R2 (EU region for object storage, edge cache global).
- Backups: double pipeline — incremental WAL streaming to B2 (RPO ≈ 5 min) + daily logical pg_dump to a separate S3‑compatible store (RPO 24 h).
- Audit log: retained 7 years in WORM (Cloudflare R2 Object Lock).
Encryption
Authentication
Internal Safariat staff surfaces are isolated from the partner perimeter
(separate authentication, MFA, and IP allow-listing).
Conformity
SLA — contractual commitments
SLA credits: 5 % of your monthly invoice for each 0.1 % below the uptime target.
Incident handling
Active incidents will be published onstatus.safarapi.com (being provisioned), with per-component email/webhook subscription. Until then, approved partners are notified directly per the SLA.
For security incidents specifically (data breach, suspected compromise), SafarAPI follows a 72‑hour notification SLA aligned with RGPD article 33.
Pen testing
SafarAPI is pen‑tested annually by an independent cabinet. The pen‑test summary is available under NDA on request.Vulnerability disclosure
Found something? Email security@safarapi.com — we acknowledge within 24 hours and follow responsible disclosure practices.Common compliance questions
Can SafarAPI sign our Data Processing Agreement?
Can SafarAPI sign our Data Processing Agreement?
Yes. Our standard DPA covers Morocco (Loi 09‑08) and EU (RGPD) requirements. We can also accept your DPA template after legal review.
Where is customer data stored?
Where is customer data stored?
All data (bookings, audit log) lives in our CNPG cluster spread across Morocco and EU hosts. Backups in Cloudflare B2 (EU region). No data transits outside this perimeter.
Can we audit the audit log?
Can we audit the audit log?
Yes. The full audit log (every API request) is exportable from your console (CSV or JSONL). For compliance audits, your team can also request a specific period extract with cryptographic checksum.
What happens if our API key is compromised?
What happens if our API key is compromised?
Revoke the key from your console (instant). All subsequent requests with that key return 401. We recommend rotating keys every 90 days as a baseline; mandatory after any suspected exposure.
Do you offer IP allowlisting?
Do you offer IP allowlisting?
Yes — configurable per partner from the console. Requests from non‑allowlisted IPs return 403 with an audit log entry. We strongly recommend enabling this for production keys.