Customer - Enable Account

/enable
Arguments:
  • token (required)
  • customer_id (required)
Info: You can only enable customers that have a user_status of "inactive-disabled"
Example Success
{
"code": 200,
"status": "success",
"data": "Successfully enabled customer"
}
Example Error
{
"code": 200,
"status": "success",
"data": "Customer was already active"
}