Nordic Access Gateway

This gateway is used for approved HTTPS integrations, batch transfer, and synchronization work between PrizMed systems and managed partner environments.

TLSHTTPS transport only
24x7Operational window
PrivateApproved access only
RegionalManaged routing role

Operational Scope

The endpoint exists for integration continuity and predictable request handling. Public product and sales messaging are intentionally absent.

Gateway Role

Handles managed ingress for synchronization, transfer, and application-facing 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://finland.prizmed.com/api/v2/records/stream
  -H "Authorization: Bearer <token>"
  -H "Content-Type: application/json"
  -d '{"record":"sync","mode":"standard"}'