Telefonnummern sind die Anrufer-IDs Ihrer Assistenten für Ein- und Ausgang. Sie suchen nach Land und Vorwahl, kaufen Nummern und weisen sie über die Assistenten-API zu. Free-Konten erhalten eine Testnummer (5 Tage); bei bezahlten Tarifen gelten die jeweiligen Nummernlimits.Documentation Index
Fetch the complete documentation index at: https://docs.talkturo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Search available phone numbers
POST /api/phone-numbers/search
Queries the Telnyx network for available phone numbers matching your criteria. This endpoint does not purchase numbers — it returns a list you can choose from before calling the purchase endpoint.
Request body
An object containing search filters.
ISO 3166-1 alpha-2 country code (for example,
"US", "GB", "CA").Three-digit area code to filter by (for example,
"415" for San Francisco). Only applicable for US and CA numbers.Type of number to search for. One of:
local (default), toll-free.Maximum number of results to return. Defaults to
20.Example request
Antwort
Array of available phone number objects.
The phone number in E.164 format. Pass this value to the purchase endpoint.
Recurring monthly cost for the number, in USD.
One-time setup fee for the number, in USD.
Capabilities supported by this number (for example,
"voice", "sms").The telephony provider that supplies this number.
Number of results returned.
Purchase a phone number
POST /api/phone-numbers/purchase
Purchases a phone number and adds it to your team’s account. After purchasing, you can assign the number to an assistant using the assign phone numbers endpoint.
Request body
The phone number to purchase in E.164 format (for example,
"+14155550101"). Use a number returned by the search endpoint.The team ID to associate this number with.
Optional FQDN connection ID for a custom Talkturo provider configuration.
Example request
Antwort
Unique identifier for this phone number record. Use this ID when assigning the number to an assistant or campaign.
The purchased phone number in E.164 format.
The identifier assigned by the telephony provider.
Current status of the number (for example,
active).true if this is a free trial number with an expiry date.ISO 8601 datetime when the trial number expires.
null for non-trial numbers.Number of phone numbers your team currently owns.
Maximum phone numbers allowed by your current plan.
Whether your account has an active paid subscription.
The name of your current plan.
List purchased phone numbers
GET /api/phone-numbers/purchase
Retrieves all phone numbers your team has purchased, including which assistant each number is currently assigned to.
Query parameters
The team ID to list phone numbers for.
Example request
Antwort
Array gekaufter Telefonnummernobjekte.
Eindeutiger Bezeichner für den Telefonnummerndatensatz.
Die Telefonnummer im E.164-Format.
Der Telefonanbieter für diese Nummer.
Aktueller Status der Nummer.
Ob es sich hierbei um eine Testnummer handelt.
Ablaufdatum und Uhrzeit für Testnummern. „null“ für kostenpflichtige Nummern.
Die ID des Assistenten, dem diese Nummer derzeit zugewiesen ist. „null“, wenn nicht zugewiesen.
Der Name des zugewiesenen Assistenten. „null“, wenn nicht zugewiesen.
E-Mail des Teammitglieds, das diese Nummer gekauft hat.
Name des Teammitglieds, das diese Nummer gekauft hat.
ISO 8601-Zeitstempel des Kaufzeitpunkts der Nummer.
Gesamtzahl der Telefonnummern im Konto.