cURL
curl --request GET \ --url https://api.example.com/services/{service}/openapi
{ "message": "<string>", "restate_code": "<string>" }
Get the service OpenAPI 3.1 contract.
Fully qualified service name.
OpenAPI 3.1 of the service
Was this page helpful?