RocketKOR

Unsuspend a Customer

Unsuspend a Customer Account.

Endpoint

PUT /v1/customers/{customerId}/unsuspend

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

customerId

string (UUID)

ID of the Customer Account.

Request Body

None

Returns

If successful, returns 200 Customer unsuspended.

SAMPLE RESPONSE

				
					{
  200 Customer unsuspended.
}