GET
/
v2
/
customer
/
{customer_id}
curl --request GET \
  --url https://app.getswipe.in/api/partner/v2/customer/{customer_id} \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "message": "",
  "error_code": "",
  "errors": {},
  "data": {
    "message": "No data found!"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string
required

The customer ID to be fetched

Response

200
application/json

Success

The response is of type object.