Secondary Access Gateway

PrizMed uses this endpoint for controlled HTTPS integrations, managed relay traffic, and operational synchronization across approved environments.

TLSHTTPS transport only
24x7Operational window
PrivateApproved access only
ManagedFallback gateway role

Operational Scope

This gateway exists for integration continuity. Public product claims, promotional copy, and self-service workflows are intentionally absent.

Gateway Role

Handles managed ingress for synchronization, transfer, and application-facing HTTPS requests.

Access Policy

Provisioned credentials and known request paths are required. Unknown traffic may be rate limited or rejected.

Data Handling

Traffic handling is defined by upstream services and existing operational agreements.

Integration Notes

Minimal example for approved clients.

# Example request for authorized clients
curl -X POST https://persona.prizmed.com/api/v2/records/stream
  -H "Authorization: Bearer <token>"
  -H "Content-Type: application/json"
  -d '{"record":"sync","mode":"standard"}'