---
title: "Get an enterprise"
method: GET
path: "/enterprises/{enterprise_id}"
tags: ["Enterprises"]
---

# Get an enterprise

`GET /enterprises/{enterprise_id}`

Retrieve a single enterprise by id. Returns `404` if the id does not exist or does not belong to your account.

## Path parameters

- `enterprise_id` string, uuid, required

## Response `200`

Enterprise.

- EnterprisePublicWrapped
  - `data` EnterprisePublic, required
    - `id` string, uuid
    - `legal_name` string
    - `organization_type` string
    - `country_code` string
    - `role_type` string
    - `website` string
    - `fein` string
    - `industry` string
    - `number_of_employees` string
    - `organization_legal_type` string
    - `doing_business_as` string
    - `jurisdiction_of_incorporation` string
    - `customer_reference` string
    - `primary_business_domain_sic_code` string, nullable — Optional SIC code for the primary line of business.
    - `corporate_registration_number` string, nullable — Optional corporate-registration / company-number identifier.
    - `professional_license_number` string, nullable — Optional professional-license number for regulated industries.
    - `dun_bradstreet_number` string, nullable — Optional D-U-N-S Number issued by Dun & Bradstreet.
    - `organization_contact` OrganizationContact
      - `first_name` string, required
      - `last_name` string, required
      - `email` string, email, required
      - `job_title` string, required
      - `phone_number` string, required — E.164 format with leading `+`.
    - `billing_contact` BillingContact
      - `first_name` string, required
      - `last_name` string, required
      - `email` string, email, required
      - `phone_number` string, required — E.164 format with leading `+`.
    - `organization_physical_address` PhysicalAddress
      - `country` string, required — ISO 3166-1 alpha-2 code (currently `US` or `CA`).
      - `administrative_area` string, required — State or province code (e.g. `IL`, `ON`).
      - `city` string, required
      - `postal_code` string, required
      - `street_address` string, required
      - `extended_address` string, nullable
    - `billing_address` BillingAddress
      - `country` string, required — ISO 3166-1 alpha-2 code (currently `US` or `CA`).
      - `administrative_area` string, required — State or province code (e.g. `IL`, `ON`).
      - `city` string, required
      - `postal_code` string, required
      - `street_address` string, required
      - `extended_address` string, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `branded_calling_enabled` boolean — True once Branded Calling has been activated on this enterprise (see `POST /enterprises/{id}/branded_calling`).
    - `number_reputation_enabled` boolean — True once Phone Number Reputation has been enabled on this enterprise (see `POST /enterprises/{id}/reputation`).

## Other responses

- `401` — An error occurred. The response carries the standard Telnyx error envelope.
- `404` — An error occurred. The response carries the standard Telnyx error envelope.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
