Execute customer actions
POST/api/v2/customers/:customerId/actions
Overview
Use this method to execute customer actions.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful execution, action has been executed
Bad request, invalid parameters – e.g. actionName or customerId
Unauthorized, valid token was not supplied
Forbidden, the user does not have permission to execute this function
Server error, details will be included in the response.