Picker support API
The support API from Picker — 8 operation(s) for support.
The support API from Picker — 8 operation(s) for support.
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-support-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 Support API
version: V1.0.0
contact:
name: RV
email: rachit.verma@nextjuggernaut.com
servers:
- url: http://api.pickerexpress.com/
tags:
- name: support
paths:
/getContactUsDetails:
get:
summary: Get List Of All Contacts support]
operationId: getGetcontactusdetails
parameters:
- name: limit
in: query
required: false
schema:
type: number
- name: skip
in: query
required: false
schema:
type: number
tags:
- support
responses:
default:
description: Successful
content:
application/json:
schema:
type: string
/admin/getQueryByCustomer:
get:
summary: Get List Of All Contacts support]
operationId: getAdminGetquerybycustomer
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: limit
in: query
required: false
schema:
type: number
- name: skip
in: query
required: false
schema:
type: number
tags:
- support
responses:
default:
description: Successful
content:
application/json:
schema:
type: string
/customer/bookingPaymentHistory:
get:
summary: Get List Of All customer payments]
operationId: getCustomerBookingpaymenthistory
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: userID
in: query
required: true
schema:
type: string
maxLength: 24
minLength: 24
- name: limit
in: query
required: false
schema:
type: number
- name: skip
in: query
required: false
schema:
type: number
tags:
- support
responses:
default:
description: Successful
content:
application/json:
schema:
type: string
/customer/bookingPaymentPending:
get:
summary: Get List Of All customer payments]
operationId: getCustomerBookingpaymentpending
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: userID
in: query
required: true
schema:
type: string
maxLength: 24
minLength: 24
- name: limit
in: query
required: false
schema:
type: number
- name: skip
in: query
required: false
schema:
type: number
tags:
- support
responses:
default:
description: Successful
content:
application/json:
schema:
type: string
/customer/totalPayments:
get:
summary: Get List Of All customer payments]
operationId: getCustomerTotalpayments
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: limit
in: query
required: false
schema:
type: number
- name: skip
in: query
required: false
schema:
type: number
tags:
- support
responses:
default:
description: Successful
content:
application/json:
schema:
type: string
/vehicles/pricing:
get:
summary: Get List Of All fares support
operationId: getVehiclesPricing
parameters:
- name: limit
in: query
required: false
schema:
type: number
- name: skip
in: query
required: false
schema:
type: number
- description: Type of vehicle for the booking
name: carType
in: query
style: form
explode: true
schema:
type: array
items:
type: number
- description: region id for the booking
name: regionID
in: query
required: false
schema:
type: string
maxLength: 24
minLength: 24
- description: super region id for the booking
name: superRegionID
in: query
required: false
schema:
type: string
maxLength: 24
minLength: 24
tags:
- support
responses:
default:
description: Successful
content:
application/json:
schema:
type: string
/vehicles/userPricing:
get:
summary: Get List Of All fares support]
operationId: getVehiclesUserpricing
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: limit
in: query
required: false
schema:
type: number
- name: skip
in: query
required: false
schema:
type: number
- name: carType
in: query
required: false
style: form
explode: true
schema:
type: array
items:
type: number
- name: promoId
in: query
schema:
type: string
maxLength: 24
minLength: 24
- description: region ID is optional
name: regionID
in: query
required: false
schema:
type: string
maxLength: 24
minLength: 24
- name: billedDistance
in: query
required: false
schema:
type: number
tags:
- support
responses:
default:
description: Successful
content:
application/json:
schema:
type: string
/admin/support/updateContact:
put:
summary: update Contacts support]
operationId: putAdminSupportUpdatecontact
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:
- support
responses:
default:
description: Successful
content:
application/json:
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Model_43'
components:
schemas:
webAddress:
type: object
properties:
address:
type: string
isAvailable:
type: boolean
contactMail:
type: object
properties:
email:
type: string
isAvailable:
type: boolean
phone:
type: object
properties:
countryCode:
type: string
phoneNumber:
type: string
isAvailable:
type: boolean
Model_43:
type: object
properties:
_id:
type: string
minLength: 24
maxLength: 24
x-convert:
trim: true
phone:
$ref: '#/components/schemas/phone'
contactMail:
$ref: '#/components/schemas/contactMail'
webAddress:
$ref: '#/components/schemas/webAddress'
reachUs:
$ref: '#/components/schemas/webAddress'
isAvailable:
type: boolean
required:
- _id