Express Server
Express based Production Server Demo APIs
Home
Collection of User API
GETHello World
/home/hello
Example Request
200
200 OK
Example Response
Content-Type
Content-Length
ETag
Date
Connection
Auth
Collection of Authorization APIs
POSTSignup
/auth/signup
Create new user with an email & password
Bodyraw (json)
Example Request
200
200 OK
Example Response
access_token
Content-Type
Content-Length
ETag
Date
Connection
POSTSignin
/auth/signin
Signin using email & password
Bodyraw (json)
Example Request
422
422 Unprocessable Entity
Example Response
Content-Type
Content-Length
ETag
Date
Connection
POSTSignout
/auth/signout
Signout clears out your access_token
HEADERS
access_token
Example Request
400
400 Bad Request
Example Response
Content-Type
Content-Length
ETag
Date
Connection