API ReferenceMeta
Read service metadata
Returns the identity of the running API: its name, the version of the HTTP contract, and the path of its OpenAPI document. Useful as a smoke test that the service is up and which build answered.
Returns the identity of the running API: its name, the version of the HTTP contract, and the path of its OpenAPI document. Useful as a smoke test that the service is up and which build answered.
Response Body
application/json
application/json
curl -X GET "https://example.com"{ "name": "string", "version": "string", "openapi": "string"}