Call Tracking
Purchase and create multiple tracking numbers
Purchase multiple phone numbers from Telnyx and create tracking numbers.
Required fields:
- phone_numbers: List of E.164 phone numbers
- source: Lead source label
- team_id: Team ID
Optional fields:
- idpointofsale: Point of sale ID for billing
Returns: { "succeeded": [<tracking_row>, ...], "failed": [{phone_number, reason}, ...], "pending": [{phone_number, order_id, tracking_id}, ...] }
Errors out with 400 before touching Telnyx if the input list contains duplicates or if any of the requested numbers is already owned.
post/api/call-tracking/numbers/bulk
Headers
x-api-tokenstring nullable
Request body
object required
Response
Successful Response
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.