apistockdocs
v0.4 GitHub apistock.dev
API reference/Auth

Create an account

POST /v1/auth/register
Emails a 6-digit verification code. The response is the same whether or not the address already has an account.

Body

application/json
emailstringrequired
maxLength: 254
passwordstringrequired

At least 12 characters

maxLength: 512

Responses

errors: application/problem+json
202

Accepted

422

Unprocessable Entity

429

Too Many Requests

500

Internal Server Error

Match errors on the problem's code, which stays the same, not on its message.

esc
↑↓ move↵ openesc close