Get API name and version

GET /

Responses

  • 200 application/json

    API name and version

    Hide response attributes Show response attributes object
    • api string
    • version string
GET /
curl \
 --request GET 'http://api.example.com/' \
 --header "Authorization: $API_KEY"
Response examples (200)
{
  "api": "Zou",
  "version": "0.20.0"
}