API Documentation
API reference for OpenG2P Registry.
OpenG2P Registry exposes two primary API surfaces. Both pages below are generated from the OpenAPI specs published by registry-platform and render live from them, so the request/response schemas are always the spec's own.
Staff Portal API
REST APIs consumed by the Registry Staff Portal UI for registry configuration, record management, change requests, intake forms, and search.
Staff Portal APIPartner API
REST APIs for external system integration, including data ingestion and DCI-compliant search. The partner API is the policy-enforcement point for consent-aware data sharing — see Partner APIs.
Partner APIHow these pages are maintained
Each endpoint needs one GitBook openapi-operation block. Hand-typing them is how the reference silently fell to 96 of 174 endpoints, so the block list is now generated:
bash tools/gen-openapi-pages.shRun that after adding or removing routes; it re-emits every operation from the spec, so the page cannot be short.
Last updated
Was this helpful?