Unsuspend Customer Account

KB Tags associated with this article:
Use all tags
KB Tags
Body

Description

Unsuspends a suspended customer account. 

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/customers/unsuspend.json?auth-userid=0&api-key=key&customer-id=0&reason=reason-for-unsuspension

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
customer-id Integer Required Customer ID of the customer account which you want to unsuspend.
reason String Optional Reason for unsuspension of the account. This parameter is not mandatory. 

Response

  • Returns true if the action is completed. 

  • In case of any errors, a status key with value as ERROR along with an error message will be returned.