cURL
curl --request PATCH \ --url https://devapi.withedge.co/gateway/api/v1/customer/profile/{customerId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'requestId: <requestid>' \ --data '{ "status": true, "reason": "<string>" }'
{ "statusCode": "00", "message": "Customer Profile Successfully Deactivated", "data": {}, "errors": [] }
This endpoint enables you to disable or enable any of your existing customer’s profile.
e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
7100987614
true
false
Fraudulent activity detected
Was this page helpful?