REFERENCE
REST API Reference
HTTP API surfaces that are defined in the checked-in source.
This page documents the HTTP adapter routes that are explicitly present in the repository. The proxy adapter in internal/adapter/proxy/server.go exposes the following endpoints:
POST /v1/authorizePOST /v1/scan_outputPOST /v1/approveGET /healthzPOST /v1/defer/status
The SDK adapter protocol in internal/adapter/sdk/server.go is socket-based rather than HTTP, but it is part of the same control surface:
governpoll_deferapprove_deferstanding_grant_addstanding_grant_revokestanding_grant_listkillaudit_subscribecallback_subscribescan_output
For the action-submission endpoints used by the SDK clients (/v1/actions and related paths), see the SDK client reference and the visibility/control-plane layer that consumes those calls.
See SDK Client Reference and Request Lifecycle.