Skip to main content
GET
/
version
Get API Version
curl --request GET \
  --url https://{base_url}/version
{
  "version": "1.0.0"
}

Response

200 - application/json

API version information

version
string

Current API version

Example:

"1.0.0"