---
title: "Request tracking numbers (creates a reservation ticket — no purchase, no billing)"
method: POST
path: "/api/call-tracking/number-requests"
tags: ["Call Tracking"]
---

# Request tracking numbers (creates a reservation ticket — no purchase, no billing)

`POST /api/call-tracking/number-requests`

Create a tracking-number reservation request.

Body: {"entries": [{"source": "website", "team_id": 3, "idpointofsale": 7}, ...]}
— one entry per desired number (1..20).

Opens ONE ticket (category 'pedido_numeros', visible to the company in
/tickets) plus one Z_TicketTrackingRequests row per entry, and notifies the
system admins. Deliberately touches neither Telnyx nor billing: no
Z_TrackingNumbers stub, no credit deduction, no Z_MonthlyUsage row — those
happen only at admin attribution time.

## 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)
