Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Body

application/json
email
string<email>
required
password
string
required

Minimum 8 chars

Minimum string length: 8
turnstileToken
string

Response

201 - application/json

Sign in successfully

id
string
required
name
string
required
email
string<email>
required
notifyMeta
object
required
hasPassword
boolean
required
avatar
string | null
phone
string | null
isAdmin
boolean | null
lang
string | null
organization
object
Last modified on March 5, 2026