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 /
  • ✅ GET /slug/:slug
  • ✅ GET /id/:id
  • 🙅 [S] POST /
  • 🙅 [S][O] PUT /slug/:slug
  • 🙅 [S] DELETE /slug/:slug

Was this helpful?

  1. Endpoints

/locations

✅ GET /

{
    "bbgLocation": bool,
    "region": slug //@todo
}

✅ GET /slug/:slug

if super also get owner

✅ GET /id/:id

🙅 [S] POST /

+ invite owner

🙅 [S][O] PUT /slug/:slug

🙅 [S] DELETE /slug/:slug

Previous/supersNext/locations/:slug/owners

Last updated 6 years ago

Was this helpful?