Picker serviceProvider API

The serviceProvider API from Picker — 6 operation(s) for serviceprovider.

Operations 6

GET /admin/getServiceProviderInfo Get all information from service provider #
GET /driver/getEarnings Driver get Earnings #
GET /serviceProvider/getDashboardCount Get Dashboard Count #
PUT /serviceProvider/updateDriver Driver Update profile #
PUT /serviceProvider/updateProfile Service Provider Update profile #
POST /serviceProvider/register Register a new service Provider #

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-serviceprovider-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-serviceprovider-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Picker Production Documentation accounting Service Provider API
  version: V1.0.0
  contact:
    name: RV
    email: rachit.verma@nextjuggernaut.com
servers:
- url: http://api.pickerexpress.com/
tags:
- name: serviceProvider
paths:
  /admin/getServiceProviderInfo:
    get:
      summary: Get all information from service provider
      operationId: getAdminGetserviceproviderinfo
      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
      - name: serviceProviderID
        in: query
        required: true
        schema:
          type: string
          maxLength: 24
          minLength: 24
      tags:
      - serviceProvider
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
  /driver/getEarnings:
    get:
      summary: Driver get Earnings
      operationId: getDriverGetearnings
      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
      - name: startDate
        in: query
        required: true
        schema:
          type: string
      - name: endDate
        in: query
        required: true
        schema:
          type: string
      tags:
      - serviceProvider
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
  /serviceProvider/getDashboardCount:
    get:
      summary: Get Dashboard Count
      operationId: getServiceproviderGetdashboardcount
      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
      - name: startDate
        in: query
        required: true
        schema:
          type: string
      - name: endDate
        in: query
        required: true
        schema:
          type: string
      tags:
      - serviceProvider
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
  /serviceProvider/updateDriver:
    put:
      summary: Driver Update profile
      operationId: putServiceproviderUpdatedriver
      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:
      - serviceProvider
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                _id:
                  type: string
                  description: Customer userID to be updated
                name:
                  type: string
                  minLength: 2
                  pattern: /^[a-zA-Z ]+$/
                lastName:
                  type: string
                companyName:
                  type: string
                  minLength: 2
                  pattern: /^[a-zA-Z ]+$/
                companyAddress:
                  type: string
                  minLength: 2
                city:
                  type: string
                  description: user address city
                state:
                  type: string
                  description: user address state
                zipCode:
                  type: string
                  description: zipcode of user address
                image:
                  type: string
                  description: image url
              required:
              - _id
  /serviceProvider/updateProfile:
    put:
      summary: Service Provider Update profile
      operationId: putServiceproviderUpdateprofile
      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:
      - serviceProvider
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                registrationType:
                  type: string
                  description: Individual or Company
                name:
                  type: string
                  minLength: 2
                  pattern: /^[a-zA-Z ]+$/
                lastName:
                  type: string
                  minLength: 2
                  pattern: /^[a-zA-Z ]+$/
                companyName:
                  type: string
                  minLength: 2
                  pattern: /^[a-zA-Z ]+$/
                companyAddress:
                  type: string
                  minLength: 2
                city:
                  type: string
                  description: user address city
                state:
                  type: string
                  description: user address state
                zipCode:
                  type: string
                  description: zipcode of user address
                image:
                  type: string
                  description: image url
  /serviceProvider/register:
    post:
      summary: Register a new service Provider
      operationId: postServiceproviderRegister
      parameters:
      - description: en/ar
        name: content-language
        in: header
        required: true
        schema:
          type: string
      - description: utc offset
        name: utcoffset
        in: header
        required: true
        schema:
          type: number
      tags:
      - serviceProvider
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                registrationType:
                  type: string
                  description: Individual or Company
                companyName:
                  type: string
                  minLength: 3
                  pattern: /^[a-zA-Z0-9 ]+$/
                email:
                  type: string
                countryCode:
                  type: string
                  minLength: 2
                mobile:
                  type: string
                  minLength: 5
                  pattern: /^[0-9]+$/
                password:
                  type: string
                  minLength: 6
                  description: password must contains minimum 6 character
                name:
                  type: string
                  minLength: 3
                  pattern: /^[a-zA-Z ]+$/
                lastName:
                  type: string
                  minLength: 3
                  pattern: /^[a-zA-Z ]+$/
                vehicleNumber:
                  type: string
                  description: vehicle number
                companyAddress:
                  type: string
                  minLength: 3
                latitude:
                  type: number
                  maximum: 90
                  minimum: -90
                  description: range from -90 to 90
                longitude:
                  type: number
                  maximum: 180
                  minimum: -180
                  description: range from -180 to 180
                city:
                  type: string
                  description: user address city
                state:
                  type: string
                  description: user address state
                zipCode:
                  type: string
                  description: zipcode of user address
                referralCode:
                  type: string
                  maxLength: 14
                  minLength: 7
                deviceToken:
                  type: string
                  description: android/ios device token
                deviceType:
                  type: string
                  enum:
                  - WEB
                  - ANDROID
                  - IOS
                image:
                  type: string
                  description: image url
              required:
              - registrationType
              - countryCode
              - mobile
              - password
              - name
              - companyAddress
              - latitude
              - longitude
              - deviceType