v1

latestOpenAPI 3.0.12026-07-263591116.9 KB
Customer V2

Get Customer Details

get/v2/customer/{customer_id}

Path parameters

customer_idstring required

The customer ID to be fetched

Response

Success

successboolean

Success flag

messagestring

Response message

error_codestring

Error Code

errorsobject

Errors

Example response

{
  "success": true,
  "data": {
    "message": "No data found!"
  }
}