Testimonials
What our customers say about Team Password Manager

API: Version

Current Team Password Manager version: 12.160.277

API v5

Get version information using the API


GET /version.json

Returns the version of the software, when it was released and the API version used to make the request.

If successful, the response code is 200 OK with the generated password in the response body:


{
  "version": "4.50.100",
  "version_date": "2015-03-15",
  "api_version": "3"
}


GET /version/check_latest.json

Returns the version of the software, when it was released, the API version used to make the request and also checks and returns the latest version available of the software. If the version can't be checked, an empty string is returned. This request can only be made by IT or Admin users.

If successful, the response code is 200 OK with the generated password in the response body:


{
  "version": "4.50.100",
  "version_date": "2015-03-15",
  "api_version": "3",
  "latest_version": "4.50.100"
}

Document changelog

Nov 12, 2021: Document created
Questions or Problems? Please contact our support department