Picker referral API

The referral API from Picker — 4 operation(s) for referral.

Operations 4

GET /referral/listAllReferral delete referral scheme by admin #
POST /referral/addReferralScheme set referral scheme #
POST /referral/addReferralSchemeType set referral scheme type #
DELETE /referral/deleteScheme delete referral scheme by admin #

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-referral-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-referral-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Picker Production Documentation accounting Referral API
  version: V1.0.0
  contact:
    name: RV
    email: rachit.verma@nextjuggernaut.com
servers:
- url: http://api.pickerexpress.com/
tags:
- name: referral
paths:
  /referral/listAllReferral:
    get:
      summary: delete referral scheme by admin
      operationId: getReferralListallreferral
      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
      - description: userID of the user to fetch referral created by that user only
        name: createdByUser
        in: query
        schema:
          type: string
          maxLength: 24
          minLength: 24
      - name: isDeleted
        in: query
        schema:
          type: boolean
      - description: limit data in response
        name: limit
        in: query
        required: false
        schema:
          type: integer
      - description: limit data from response
        name: skip
        in: query
        required: false
        schema:
          type: integer
      tags:
      - referral
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
  /referral/addReferralScheme:
    post:
      summary: set referral scheme
      operationId: postReferralAddreferralscheme
      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:
      - referral
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                instant:
                  type: boolean
                  description: false if wait for certain number of bookings before referral applied, else true
                isAfterBooking:
                  type: boolean
                  default: 'false'
                  description: 'true if to be applied after booking is completed, else true '
                waitBookingNumber:
                  type: number
                  default: 0
                  description: if instant if false, bookings wait, before referral applied
                minimumBookingPrice:
                  type: number
                  default: 0
                  description: Minimum price of booking on which referral will be applied
                cashbackForOwner:
                  type: number
                  description: cashback for user who created referral
                cashbackForUser:
                  type: number
                  description: cashback for user who used referral
                percentageForOwner:
                  type: number
                  description: '% off for user who created referral'
                percentageForUser:
                  type: number
                  description: '% off for user who used referral'
                operatableBookingsForOwner:
                  type: number
                  description: operatable upto bookings for user who created referral
                operatableBookingsForUser:
                  type: number
                  description: operatable upto bookings for user who used referral
                role:
                  type: string
                  enum:
                  - customer
                  - driver
                  - serviceProvider
                  description: role of user order is  customer/driver/serviceProvider/admin
                coordinates:
                  type: array
                  items:
                    type: array
                    items:
                      type: number
                    collectionFormat: multi
                  minItems: 4
                  description: '[[0,0],[1,1],[2,2],[0,0]]'
                regionName:
                  type: string
                  description: name for coordinates
              required:
              - instant
              - minimumBookingPrice
              - operatableBookingsForOwner
              - operatableBookingsForUser
  /referral/addReferralSchemeType:
    post:
      summary: set referral scheme type
      operationId: postReferralAddreferralschemetype
      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:
      - referral
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                referralSchemeType:
                  type: string
                  enum:
                  - One Referral for whole App
                  - Role Specific referrals
                  - Region Specific referrals
                  - Role and Region Specific referrals
                  description: type of referral scheme to be used
              required:
              - referralSchemeType
  /referral/deleteScheme:
    delete:
      summary: delete referral scheme by admin
      operationId: deleteReferralDeletescheme
      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:
      - referral
      responses:
        default:
          description: Successful
          content:
            application/json:
              schema:
                type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                referralPattern:
                  type: string
                  description: Referral pattern to delete
              required:
              - referralPattern