Register

Register a new user with the given email and password.

Headers

AuthorizationstringRequired

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

X-API-KeystringRequired

Request

This endpoint expects an object.
emailstringRequiredformat: "email"
User's email address
passwordstringRequired
User's password
namestringOptional
The name for the new user
biostringOptional
The bio for the new user
profile_picturestringOptional
Updated user profile picture
is_verifiedbooleanOptionalDefaults to false
Whether to verify the user immediately

Response

Successful Response
resultsobject

Errors