コンテンツにスキップ

/v0/accounts

POST
/v0/accounts
object
name
required

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

string
>= 1 characters <= 64 characters
Example
email
required
string format: email
Example
passphrase
required

Passphrase must be a UTF-8 string excluding spaces, tabs, full-width spaces, newlines, and null characters.

string
>= 8 characters <= 512 characters
Example
じゃすた・いぐざんぽぅ
captcha_token
required

Captcha token (e.g. reCAPTCHA, Cloudflare Trunstile)

string

OK

object
id
required

Account ID

string
Example
38477395
name
required

Account name

string
Example
email
required

Account email address

string format: email
Example

Bad Request

object
error
required
Any of:

Account name is invalid.

string
Allowed values: INVALID_ACCOUNT_NAME

Conflict

object
error
required
Any of:

Account email is already in use.

string
Allowed values: EMAIL_IN_USE

Internal Server Error

object
error
required

Internal server error.

string
Allowed values: INTERNAL_ERROR