Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
An Enterprise represents your business entity on the Telnyx platform. It’s the top-level resource required before you can use Number Reputation or Branded Calling features. Register your organization once, then opt into either or both products:- Number Reputation — monitor and manage spam reputation of your outbound calling numbers.
- Branded Calling — display your business name, logo, and call reason on recipients’ screens (coming soon)
What you need
To create an enterprise, you’ll need:| Field | Required | Description |
|---|---|---|
legal_name | yes | Registered legal name (max 255 chars). |
doing_business_as | yes | DBA name (max 255 chars). |
organization_type | yes | One of commercial, government, non_profit. |
organization_legal_type | yes | One of corporation, llc, partnership, nonprofit, other. |
country_code | yes | ISO 3166-1 alpha-2 code. Currently US and CA are supported. |
jurisdiction_of_incorporation | yes | State/province/country of registration (e.g. Delaware). |
website | yes | Your business website. |
fein | yes | Federal Employer Identification Number (XX-XXXXXXX or XXXXXXXXX). |
industry | yes | Industry classification (e.g. technology, healthcare, retail). |
number_of_employees | yes | One of 1-10, 11-50, 51-200, 201-500, 501-2000, 2001-10000, 10001+. |
organization_contact | yes | Object with first_name, last_name, email, job_title, phone_number. |
billing_contact | yes | Object with first_name, last_name, email, phone_number. |
organization_physical_address | yes | Physical business address. |
billing_address | yes | Billing address. |
role_type | no | enterprise (default) or bpo (Business Process Outsourcer placing calls on behalf of other enterprises). |
customer_reference | no | Optional free-form identifier you can attach for your own bookkeeping (max 255 chars). |
Quick start
1. Accept Terms of Service
Before creating an enterprise, accept the Terms of Service for the products you want to use. Each product has its own ToS — accept both if you plan to use both.2. Create an enterprise
id — use this enterprise ID for all subsequent API calls.
3. Next steps
- Enable Number Reputation to monitor phone-number spam scores.
Enterprise and product relationship
The enterprise is a shared resource — register once and use it across both Number Reputation and Branded Calling. Some fields are needed by one product more than the other (for example,doing_business_as and industry feed Number Reputation vetting; billing_address is needed for Branded Calling billing), so the API collects everything upfront and you don’t need to update later.