v1
latestOpenAPI 3.0.12026-07-17387979.8 KBGateway Monitoring
Notify API deployment (API Platform gateway format)
Invoked by the API Platform gateway when an API is successfully deployed. Uses the same path and JSON body as the platform control plane so the gateway can call this endpoint when connected to on-prem (BaseURL/apis/{apiId}/gateway-deployments). Authenticated via api-key header (platform gateway registration token).
post/apis/{apiId}/gateway-deployments
Path parameters
apiIdstring required
API UUID (must match the deployed API).
Query parameters
deploymentIdstring
Deployment/revision identifier.
Headers
api-keystring required
Platform gateway registration token.
Request body
Response
Deployment notification received.
Example response
{
"status": "RECEIVED"
}