Get Business by ID
GET
/v1/businesses/:idRetrieve full details of a single business by its UUID.
businesses.read
GET
/v1/businesses/slug/:slugRetrieve a business by its URL slug.
businesses.read
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | uuid | The business UUID |
slug | string | The business URL slug (for slug endpoint) |
Response
Returns the full business object with all fields including operating hours, payment terms, verification details, SEO metadata, and location coordinates.
Last updated on February 23, 2026