Retrieves the current application version, API version, edition and other information.
curl -X GET \ -H "Authorization: Bearer MyAPIToken" \ https://pwpush.com/api/v1/version.json
{ "application_version": "2.1.0", "api_version": "1", "edition": "oss" }