Auth

get

Login methods

Authorizations
sessionidstringOptional

Log in using the POST /api/v1/auth/ endpoint

Responses
200

Success: Login methods

application/json
get
/api/v1/auth/
200

Success: Login methods

post

Sign in as Syntho user

Authorizations
sessionidstringOptional

Log in using the POST /api/v1/auth/ endpoint

Body
emailstring · email · max: 255Required
passwordstring · min: 8 · max: 64Required
Responses
post
/api/v1/auth/
delete

Sign out

Authorizations
sessionidstringOptional

Log in using the POST /api/v1/auth/ endpoint

Responses
200

Success: Session Deleted

application/json
delete
/api/v1/auth/

Last updated

Was this helpful?