Info Version - TrainingPeaks/PartnersAPI GitHub Wiki
- Resource endpoint: /v1/info/version
- HTTP Method: GET
- OAuth Scope Required: none
- Input: None
- Returns JSON data structure with the following fields:
- Build: string containing the version SHA build hash and build configuration
- Version: version string
Example:
{
"Version": "2.0.1234.0",
"Build": "2.0.1234 1abcd2345 Release"
}