Authentication

Register a new user

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

User registered successfully

application/json
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
200

Login successful, tokens returned

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