---
title: "Get a business"
method: GET
path: "/v1/businesses/{id}"
tags: ["Businesses"]
---

# Get a business

`GET /v1/businesses/{id}`

Retrieve a business by ID

## Path parameters

- `id` string, required

## Response `200`

successful

- Business
  - `id` string, required — The business ID
  - `book_id` string, required — The book ID
  - `name` string, required — Business name
  - `industry` string, nullable — Industry
  - `website_url` string, nullable — Website URL
  - `tax_id` string, nullable — Tax ID
  - `additional_info` string, nullable — Additional information
  - `created_at` string, date-time, required — When the business was created
  - `updated_at` string, date-time, required — When the business was last updated
  - `email_addresses` Email[] — Array of email addresses
    - `email` string, email, required
    - `email_type` 'personal' | 'business' | 'school' | 'other', required
    - `is_primary` boolean, required
  - `phone_numbers` PhoneNumber[] — Array of phone numbers
    - `phone_number` string, required
    - `extension` string, nullable
    - `phone_type` 'mobile' | 'work' | 'home' | 'fax' | 'other', required
    - `is_primary` boolean, required
  - `addresses` Address[] — Array of addresses
    - `line1` string, nullable
    - `line2` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `zip` string, nullable
    - `country_code` string, nullable
    - `address_type` 'home' | 'work' | 'mailing' | 'other', required
    - `is_primary` boolean, required
  - `tags` object[] — Array of tags
    - `id` string
    - `name` string

## Other responses

- `400` — bad request - invalid JSON
- `401` — unauthorized - missing or invalid token
- `403` — forbidden
- `404` — not found

---

[API](https://skmtc.net/slant/apis/slant-public-api-v1.md) · [All operations](https://skmtc.net/slant/apis/slant-public-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slant/slant-public-api-v1/revisions/b56e0d137554/schema)
