Skip to main content
GET
/
version
Get Version
curl --request GET \
  --url http://localhost:5252/version \
  --header 'x-api-token: <api-key>'
{
  "version": {
    "app": "<string>",
    "api": "<string>"
  }
}

Authorizations

x-api-token
string
header
required

Response

Versions

version
object