---
title: "Purchase and create multiple tracking numbers"
method: POST
path: "/api/call-tracking/numbers/bulk"
tags: ["Call Tracking"]
---

# Purchase and create multiple tracking numbers

`POST /api/call-tracking/numbers/bulk`

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.

## Headers

- `x-api-token` string, nullable

## Request body

- object

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
