Picker appVersion API
The appVersion API from Picker — 3 operation(s) for appversion.
The appVersion API from Picker — 3 operation(s) for appversion.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/picker-appversion-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Picker Production Documentation accounting App Version API
version: V1.0.0
contact:
name: RV
email: rachit.verma@nextjuggernaut.com
servers:
- url: http://api.pickerexpress.com/
tags:
- name: appVersion
paths:
/appVersion/getCurrentVersions:
get:
summary: get current versions of app
operationId: getAppversionGetcurrentversions
parameters:
- description: en/ar
name: content-language
in: header
required: true
schema:
type: string
tags:
- appVersion
responses:
default:
description: Successful
content:
application/json:
schema:
type: string
/appVersion/checkCriticalAppVersions:
post:
summary: Check criticality of app
operationId: postAppversionCheckcriticalappversions
parameters:
- description: en/ar
name: content-language
in: header
required: true
schema:
type: string
tags:
- appVersion
responses:
default:
description: Successful
content:
application/json:
schema:
type: string
requestBody:
content:
application/x-www-form-urlencoded:
schema:
type: object
properties:
currentVersion:
type: string
description: Current Version of App
deviceType:
type: string
enum:
- WEB
- ANDROID
- IOS
description: Type of the Device
required:
- currentVersion
- deviceType
/appVersion/setAppVersions:
post:
summary: set current and critical versions for apps
operationId: postAppversionSetappversions
parameters:
- description: Bearer Token
name: authorization
in: header
required: true
schema:
type: string
- description: en/ar
name: content-language
in: header
required: true
schema:
type: string
tags:
- appVersion
responses:
default:
description: Successful
content:
application/json:
schema:
type: string
requestBody:
content:
application/x-www-form-urlencoded:
schema:
type: object
properties:
latestIOSVersion:
type: number
description: Latest IOS version
latestAndroidVersion:
type: number
description: Latest Android Version
latestWebID:
type: number
criticalAndroidVersion:
type: number
description: Critical Android Version
criticalIOSVersion:
type: number
description: Critical IOS Version
criticalWebID:
type: number
description: Critical Web Id
updateMessageAtPopup:
type: string
description: Update message to be shown in Popup
updateTitleAtPopup:
type: string
description: Email of the person
latestIOSCPVersion:
type: number
description: Latest IOS version
latestAndroidCPVersion:
type: number
description: Latest Android Version
criticalAndroidCPVersion:
type: number
description: Critical Android Version
criticalIOSCPVersion:
type: number
description: Critical IOS Version
latestIOSSPVersion:
type: number
description: Latest IOS version
latestAndroidSPVersion:
type: number
description: Latest Android Version
criticalAndroidSPVersion:
type: number
description: Critical Android Version
criticalIOSSPVersion:
type: number
description: Critical IOS Version