Rent me
POSTlocalhost:3001/v1/signup
https://aqueous-temple-36685.herokuapp.com/v1/signup
Api endpoint to register a new user in the system
A successful registration will result in a HTTP 200 Status code
HEADERS
Content-Type
Bodyraw
POSTlocalhost:3001/v1/login
localhost:3001/v1/login
Api endpoint to register new user in the system
A successful registration will result in a HTTP 200 Status code
HEADERS
Content-Type
Authorization
Bodyraw
GETlocalhost:3001/v1/houses
localhost:3001/v1/houses
Api endpoint to Get all the houses
A successful response Gets all the houses and result in a HTTP 200 Status code
HEADERS
Authorization
GETlocalhost:3001/v1/houses/:id
localhost:3001/v1/houses/1?=
Api endpoint to Get one house data
A successful response Gets one house data and result in a HTTP 200 Status code
HEADERS
Authorization
PARAMS
Loading