Regional API Endpoint

PrizMed operates this HTTPS endpoint for controlled synchronization, relay, and regional access management between internal services and approved partner systems.

Operational - Private endpoint for authorized integrations only

Endpoint Notes

Scope

This node handles regional request relay and synchronization jobs. It is not a public consumer service and does not provide self-service registration.

Access

Requests require provisioned credentials, known paths, and standard HTTPS transport. Unknown or malformed traffic may be rate limited or rejected.

Operations

Batch jobs, metadata synchronization, and relay traffic are processed continuously. Maintenance is performed without public announcement windows.

Primary Reference

For integration coordination and upstream service information, use the main external gateway at prizmed.com.

Example Request

# Authorized synchronization request
curl -X POST https://api.prizmed.ru/api/v2/records/sync
  -H "Authorization: Bearer <token>"
  -H "Content-Type: application/json"
  -d '{"job":"sync","scope":"regional"}'

Documentation and provisioning are handled through existing integration contacts.