Prove W5 publishes a merged GitHub OpenAPI change
GET
/w5-live-proof-20260731t032604z
curl -X GET 'https://example.com/w5-live-proof-20260731t032604z'package main
import ( "context" "net/http")
func main() { ctx := context.Background() req, err := http.NewRequestWithContext(ctx, "GET", "https://example.com/w5-live-proof-20260731t032604z", nil) if err != nil { panic(err) } resp, err := http.DefaultClient.Do(req) if err != nil { panic(err) } defer resp.Body.Close()}import requests
response = requests.request("GET", "https://example.com/w5-live-proof-20260731t032604z")print(response.json())const response = await fetch('https://example.com/w5-live-proof-20260731t032604z', { method: 'GET' });const data = await response.json();Responses
Section titled “ Responses ”W5 production publish-on-merge acceptance
Try it
Send a real request to this endpoint. Credentials stay in your browser; the call is routed through the portal's hardened proxy.