---
title: "List enterprises"
method: GET
path: "/enterprises"
tags: ["Enterprises"]
---

# List enterprises

`GET /enterprises`

Retrieve a paginated list of enterprises associated with your account.

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `legal_name` string

## Response `200`

List of enterprises

- EnterpriseListPublic
  - `data` EnterprisePublic[]
    - `id` string, uuid — Unique identifier of the enterprise
    - `legal_name` string — Legal name of the enterprise
    - `doing_business_as` string — DBA name
    - `organization_type` 'commercial' | 'government' | 'non_profit' — Type of organization
    - `country_code` string — ISO 3166-1 alpha-2 country code
    - `role_type` 'enterprise' | 'bpo' — Role type in Branded Calling / Number Reputation services
    - `customer_reference` string, nullable — Customer reference identifier
    - `website` string, nullable — Company website URL
    - `fein` string, nullable — Federal Employer Identification Number
    - `industry` string, nullable — Industry classification
    - `number_of_employees` '1-10' | '11-50' | '51-200' | '201-500' | '501-2000' | '2001-10000' | '10001+', nullable — Employee count range
    - `organization_legal_type` 'corporation' | 'llc' | 'partnership' | 'nonprofit' | 'other', nullable — Legal structure type
    - `primary_business_domain_sic_code` string, nullable — SIC Code
    - `corporate_registration_number` string, nullable — Corporate registration number
    - `professional_license_number` string, nullable — Professional license number
    - `dun_bradstreet_number` string, nullable — D-U-N-S Number
    - `organization_contact` OrganizationContact — Organization contact information. Note: the response returns this object with the phone field as 'phone' (not 'phone_number').
      - `first_name` string, required — Contact's first name
      - `last_name` string, required — Contact's last name
      - `email` string, email, required — Contact's email address
      - `job_title` string, required — Contact's job title (required)
      - `phone` string, required — Contact's phone number in E.164 format
    - `billing_contact` BillingContact
      - `first_name` string, required — Contact's first name
      - `last_name` string, required — Contact's last name
      - `email` string, email, required — Contact's email address
      - `phone_number` string, required — Contact's phone number (10-15 digits)
    - `organization_physical_address` PhysicalAddress
      - `country` string, required — Country name (e.g., United States)
      - `administrative_area` string, required — State or province
      - `city` string, required — City name
      - `postal_code` string, required — ZIP or postal code
      - `street_address` string, required — Street address
      - `extended_address` string, nullable — Additional address line (suite, apt, etc.)
    - `billing_address` BillingAddress
      - `country` string, required — Country name (e.g., United States)
      - `administrative_area` string, required — State or province
      - `city` string, required — City name
      - `postal_code` string, required — ZIP or postal code
      - `street_address` string, required — Street address
      - `extended_address` string, nullable — Additional address line (suite, apt, etc.)
    - `created_at` string, date-time — When the enterprise was created
    - `updated_at` string, date-time — When the enterprise was last updated
  - `meta` MetaInfo
    - `page_number` integer — Current page number
    - `page_size` integer — Items per page
    - `total_results` integer — Total number of results
    - `total_pages` integer — Total number of pages

## Other responses

- `401` — Unauthorized — missing or invalid API key

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/revisions/3f3befefc607/schema)
