Gets the account confirmation status.
(Required)
<integer>
GET /V1/customers/{customerId}/confirm HTTP/1.1 Host: {{baseurl}} Accept: */*
OK
proident in
Resend confirmation email.
application/json
{"email":"<string>","websiteId":"<integer>","redirectUrl":"<string>"}
POST /V1/customers/confirm HTTP/1.1 Host: {{baseurl}} Content-Type: application/json Accept: */* Content-Length: 69 { "email": "<string>", "websiteId": "<integer>", "redirectUrl": "<string>" }
true