Picker appVersion API

The appVersion API from Picker — 3 operation(s) for appversion.

Operations 3

GET /appVersion/getCurrentVersions get current versions of app #
POST /appVersion/checkCriticalAppVersions Check criticality of app #
POST /appVersion/setAppVersions set current and critical versions for apps #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • 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.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/picker-appversion-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

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 Specification

picker-appversion-api-openapi.yml Raw ↑
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