Retrieve a business by its ID.
GET /api/v1/businesses/:businessId
Parameters
Path
| Name | Type | Required | Description |
|---|---|---|---|
businessId | string | Yes | The business ID |
Request example
Response
Response schema
| Field | Type | Description |
|---|---|---|
id | string | Business identifier |
name | string | Business name |
status | string | ACTIVE, INACTIVE, etc. |
createdAt | string | ISO 8601 creation timestamp |
updatedAt | string | ISO 8601 last update timestamp |