Covendocs

Read route-prefix version metadata

Read the route-prefix version metadata for the Coven daemon socket API.

1 min read

GET
/api-version

Response Body

application/json

application/json

curl -X GET "https://example.com/api-version"
{
  "apiVersion": "v1",
  "supportedApiVersions": [
    "v1"
  ]
}
{
  "error": {
    "code": "internal_error",
    "message": "Unexpected internal daemon error.",
    "details": {}
  }
}
Was this page helpful?No