Authentication

Register a new user

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstring · emailRequired
passwordstringRequired
Responses
chevron-right
200

User registered successfully

application/json
codestringOptional

Response code (e.g., MEMBER_REGISTER_SUCCESS)

messagestringOptional

Human-readable message

dataobject · nullableOptional
post
/api/v1/auth/signup

Login an existing user

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstring · emailRequired
passwordstringRequired
Responses
chevron-right
200

Login successful, tokens returned

application/json
codestringOptional
messagestringOptional
post
/api/v1/auth/login

Last updated