Table of Contents
1. esraserver
1.1. Auth
1.2. Realtors
1.3. Reviews
1.4. Admin
1.5. Users
1.6. Comments
Method: POST
Request URL:
http://localhost:3103/signup
Authentication Type: Bearer
Method: POST
Request URL:
http://localhost:3103/signin
Authentication Type: Bearer
Method: GET
Request URL:
http://localhost:3103/user/me
Authentication Type: Bearer
Method: GET
Request URL:
http://localhost:3103/realtor
Parameters:
type | Key | Value |
---|---|---|
page | 2 |
Authentication Type: Bearer
Method: GET
Request URL:
http://localhost:3103/realtor/get
Parameters:
type | Key | Value |
---|---|---|
realtorId | 6243a1856fc7a41b9441bb6a |
Authentication Type: Bearer
Method: GET
Request URL:
http://localhost:3103/r/search
Parameters:
type | Key | Value |
---|---|---|
query | Luca |
Authentication Type:Bearer
Method: GET
Request URL:
http://localhost:3103/realtor/company
Parameters:
type | Key | Value |
---|---|---|
companyId | 62439ea06fc7a41b9441a076 |
Authentication Type: Bearer
Method: GET
Request URL:
http://localhost:3103/reviews/realtor
Parameters:
type | Key | Value |
---|---|---|
realtorId | 6243a1856fc7a41b9441b86a |
Authentication Type: Bearer
Method: GET
Request URL:
http://localhost:3103/reviews/review
Parameters:
type | Key | Value |
---|---|---|
id | 624f68c6fc13ae31ad000090 |
Authentication Type: Bearer
Method: GET
Request URL:
http://localhost:3103/reviews/all
Authentication Type: Bearer
Method: POST
Request URL:
http://localhost:3103/reviews/create
Authentication Type: Bearer
Method: POST
Request URL:
http://localhost:3103/reviews/edit
Authentication Type: Bearer
Method: PUT
Request URL:
http://localhost:3103/reviews/publish
Authentication Type: Bearer
Method: DELETE
Request URL:
http://localhost:3103/reviews/delete
Authentication Type: Bearer
Method: GET
Request URL:
http://localhost:3103/admin/all-users
Authentication Type: Bearer
Method: POST
Request URL:
http://localhost:3103/admin/addUser
Parameters:
type | Key | Value |
---|---|---|
"", | ||
password | "", | |
firstname | "", | |
lastname | "" |
Authentication Type: Bearer
Method: PUT
Request URL:
http://localhost:3103/admin/change-role
Authentication Type:Bearer
Method: PUT
Request URL:
http://localhost:3103/admin/delete-user
Authentication Type: Bearer
Method: PUT
Request URL:
http://localhost:3103/admin/ban-user
Authentication Type: Bearer
Method: PUT
Request URL:
http://localhost:3103/admin/activate-user
Authentication Type: Bearer
Method: PUT
Request URL:
http://localhost:3103/admin/request-delete
Authentication Type: Bearer
Method: GET
Request URL:
http://localhost:3103/user/my-reviews
Authentication Type: Bearer
Method: POST
Request URL:
http://localhost:3103/user/edit-profile
Parameters:
type | Key | Value |
---|---|---|
changedEmail@mails.com | ||
firstname | Benny | |
lastname | Honduras |
Authentication Type: Bearer
Method: POST
Request URL:
http://localhost:3103/comments/create
Authentication Type: Bearer
Method: DELETE
Request URL:
http://localhost:3103/comments/delete
Authentication Type: Bearer
Made with Hoppscotch