GET /api/v1/version.json
Get the version details of the application and the API.

Version Information

Retrieves the current application version, API version, edition and other information.

Example Request

curl -X GET \
  -H "Authorization: Bearer MyAPIToken" \
  https://pwpush.com/api/v1/version.json

Example Response

{
  "application_version": "2.1.0",
  "api_version": "1",
  "edition": "oss"
}

Supported Formats

JSON