getReleaseStatus
Returns whether a specific build has been released.
Request
GET /v1/getReleaseStatus?appId={appId}&buildId={buildId}
Query Parameters
Response
{
"isReleased": true
}
Response Fields
Notes
This lookup is cached by appId and buildId.
Example
curl "https://api.todesktop.com/v1/getReleaseStatus?appId=your-app-id&buildId=your-build-id"
Errors
400ifappIdorbuildIdis missing.404if the app or build cannot be found.