BestBusiness.com
CtrlK
  • Project Details
  • Phases
    • Back End
    • Back Office
    • BBG Websites & App
    • BestBusiness.com Web & App
  • Entities
    • User
    • ClearanceLevel
    • Business
    • Category
    • SubCategory
    • Social
    • Region
    • Location
    • Employer
    • JobListing
    • Vote
    • Article
    • Socials
    • Section
    • Opening
  • Endpoints
    • /auth
    • /me
    • /regions
    • /categories
    • /socials
    • /supers
    • /locations
    • /locations/:slug/owners
    • /locations/:slug/admins
    • /locations/:slug/businesses
    • /locations/:slug/employers
    • /locations/:slug/subcategories
    • /locations/:slug/job-listings
    • /locations/:slug/votes
    • /locations/:slug/articles
Powered by GitBook
On this page
  • GET /
  • πŸ™… PUT /id/:id -- will there ever be any other personal details a user can change?
  • βœ… POST /register/:id
  • βœ… POST /password-reset
  • βœ… POST /password-reset/:token
  • βœ…POST /password-update
  • βœ…POST /email-update

Was this helpful?

  1. Endpoints

/me

βœ… GET /

{

}

πŸ™… PUT /id/:id -- will there ever be any other personal details a user can change?

βœ… POST /register/:id

βœ… POST /password-reset

βœ… POST /password-reset/:token

βœ…POST /password-update

βœ…POST /email-update

Previous/authNext/regions

Last updated 6 years ago

Was this helpful?