Gets the account confirmation status.
/V1/customers/{customerId}/confirm
(Required)
<integer>
curl -L \ --url 'http://{{baseurl}}/V1/customers/{customerId}/confirm'
proident in
Resend confirmation email.
/V1/customers/confirm
application/json
{"email":"<string>","websiteId":"<integer>","redirectUrl":"<string>"}
curl -L \ --request POST \ --url 'http://{{baseurl}}/V1/customers/confirm' \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "websiteId": "<integer>", "redirectUrl": "<string>" }'
true