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 sub-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
- Sub-Accounts API — Manage the sub-accounts that own business records
- Contacts API — Associate contacts with business entities
.png?fit=max&auto=format&n=EQK5eX9kTD8NzWwA&q=85&s=878008bf159fcc4964d0c0d508b6e400)