Encrypt API for Fetching Service Requests

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The Encrypt API request parameters vary based on the API with which it is used. This section describes the Encrypt API used with Fetch All API.

Sandboxpayusandbox-kong.pc.enstage-sas.com/api/v2/encrypt
ProductionContact your WIBMO KAM or support.
Sample request
curl --request POST \
     --url https://payusandbox-kong.pc.enstage-sas.com/hexappiuat/api/v2/payuppi/api/v2/encrypt \
     --header 'content-type: application/json' \
     --header 'x-api-key: fa1a80ba52d4e55434' \
     --data '
{
    "fromDate":"2023-12-08",
    "toDate":"2023-12-12",
    "urn":"70XXXXX6",
    "customerId":"",
    "mobile":"",
    "serviceStatus":"1"
}
'
Sample response
{
  "token": "e3ln1sSCTF9rgy9AjN5QNAkJruloChEdm7C39FVnfczb5gfIGv/Vg6iSM0ZmzgSwF64Z7yRQ8C+jmDZEUC2rmuM9CCqk5qMQD/AUI7IrXMnSZFV1rEhbGRMJVg0MGxbAa+7+N+Ea1HZk72TlSxUbZsSeRHedWZ+3GsiqU42TRYwQNl5crWPKxtpXRpv9LudcLo56rL5xtHGrNyIzown1d2ah3Lvo4LAQg+6gEyopi+qt6Fl11MJINPAA50OZ5bUkKz8IZq4lTVEMiF7t4BaSpXjv0/FLDG2C4vGtzqU10lyWd2KC+/SZjIpVLQuP7iIk"
}

Request parameters

Body Params
string
required

This parameter must contain the from date to be filtered in the YYYY-MM-DD format.

string
required

This parameter must contain the date until which to be filtered in the YYYY-MM-DD format.

string

This parameter must contain the customer the Unique reference number.

string

This parameter must contain the unique identifier for the customer.

string

This parameter must contain the customer the registered mobile number of the cardholder for alerts on the service request status.

string

This parameter must contain the current status of the service which must be filtered.

Headers
string
required

This parameter must contain the API key provided by Wibmo.

Response
200
Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!