The HoopAI Platform Businesses API lets you manage business entity records scoped to an account. Attach a business profile — including name, address, phone, email, and website — to a location, then retrieve, update, or remove it as your data changes. This is distinct from your company record; a business here is a client-facing entity living inside an account.Documentation Index
Fetch the complete documentation index at: https://help.hoopai.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All requests must carry a signed Bearer token and the API version header.OAuth scopes
| Scope | Access |
|---|---|
businesses.readonly | Read business records and listings |
businesses.write | Create, update, and delete business records |
Quick start
List all businesses for a given account:Endpoints
| Method | Path | Description |
|---|---|---|
GET | /businesses/ | Get all businesses for a location |
POST | /businesses/ | Create a new business |
GET | /businesses/{businessId} | Get a business by ID |
PUT | /businesses/{businessId} | Update a business |
DELETE | /businesses/{businessId} | Delete a business |
Related
- OAuth 2.0 overview — Generate and refresh access tokens
- Accounts API — Manage the accounts that own business records
- Contacts API — Associate contacts with business entities