Activate Customer Account
The request reactivates a customer's account by passing the accountNumber
to the request body.
PUT
/api/account/v1/activate
Headers
Name | Value |
---|---|
Content-Type* |
|
Authorization* |
|
Request-Reference |
|
Body
Name | Data Type (length) | Required | Description |
---|---|---|---|
| string | Customer's account number |
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Response
Last updated