Email Confirmation
Authorizations
PRIVATE-TOKENstringRequired
Body
userIdinteger · integerRequired
UserId
hashstringRequired
Hash
Responses
200
OK
application/json
emailAddressstringRequiredExample:
The e-mail address that was validated
you@example.orgemailTypestringRequiredExample:
Type of e-mail that was validated, possible types can be main, billing or abuse
billing403
Invalid credentials
404
Invalid confirmation details
422
Unprocessable Entity
500
Internal Server Error
application/json
put/v3/account/email/confirm
Authorizations
PRIVATE-TOKENstringRequired
Body
emailstringRequired
Email to resend the confirmation for
Responses
204
No Content
No content
403
Invalid credentials
404
Invalid email
422
Unprocessable Entity
500
Internal Server Error
application/json
post/v3/account/email/confirm/resend
No content
Authorizations
PRIVATE-TOKENstringRequired
Body
emailstringRequired
Email to resend the confirmation for
Responses
204
No Content
No content
403
Invalid credentials
404
Invalid email
422
Unprocessable Entity
500
Internal Server Error
application/json
post/v3/account/email/confirm/resend/oauth
No content
Last updated
Was this helpful?