Skip to main content
POST
Java (SDK)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required

Must be a valid email address

password
string
required

Must be a strong password

Minimum string length: 8
country
string
required

Must be a valid 3-letter country code

Required string length: 3
Pattern: ^[a-zA-Z]{3}$

Response

User created successfully

id
integer<int64>
email
string
country
string
auth
object
created_at
string<date-time>
updated_at
string<date-time>