コンテンツにスキップ

/accounts/:name/verify_email

POST
/accounts/:name/verify_email

Parameters

Path Parameters

name
required

Characters must be [A-Za-z0-9-.] The first and last characters must be [A-Za-z0-9-.]

string
>= 3 characters <= 64 characters
example_man

Request Body

object
token
required

Verification token

string
vq34rvyanho10q9hbc98ydbvaervna43r0varhj

Responses

204

No Content

400

Bad Request

Email address token is invalid

object
error
required

EMail verification token is invalid.

string
Allowed values: INVALID_TOKEN

404

Not Found

Account not found

object
error
required

Account not found.

string
Allowed values: ACCOUNT_NOT_FOUND

500

Internal Server Error

object
error
required

Internal server error.

string
Allowed values: INTERNAL_ERROR