Create a report using unique id

This API allows you create a meev report by providing only a customer's unique id. The html report is received via the API response after a few seconds.

StageURL
Staginghttps://stgbackend.kliqr.services/api/v1/miv/report_unique_id

Sample Request (POST)

POST

/api/v1/miv/report_unique_id

Request Body

{
"cuid": "2265",
"fname": "Olami",
"month": "Aug",
"year": 2020,
}

Success Response (200 OK)

html

Success Response (200 OK) [Preview]

preview1 preview 2

Authentication Failure Response (401 Bad Request)

{
"success": false,
"error": "Sorry, customer does not have transaction"
}
Run in Postman