pasuxebi
by
brunjick
Authentication
POST
/api/auth
POST
/api/login
POST
/api/logout
pasuxebi
https://pasuxebi.ge
Authentication
Auth
POST
/api/auth
Login
POST
/api/login
Logout
POST
/api/logout
Auth
POST
/api/auth
Authentication using facebook token
Request body
application/x-www-form-urlencoded
Object
method
string
Enumeration:
facebook
token
string
Responses
200
OK
401
Unauthorized
Login
POST
/api/login
Authentication usign email and password
Request body
application/x-www-form-urlencoded
Object
password
string
email
string
Responses
200
OK
Body
Object
success
boolean
true
401
Unauthorized
Body
Object
error
boolean
true
message
string
Message
Logout
POST
/api/logout
Logout
Responses
200
OK
Body
Object
success
boolean
true
400
Bad Request
Body
Object
error
boolean
true
message
string
Message