---
title: "Search available phone numbers"
method: GET
path: "/api/call-tracking/numbers/available"
tags: ["Call Tracking"]
---

# Search available phone numbers

`GET /api/call-tracking/numbers/available`

Search for available phone numbers to purchase.
Returns numbers with pricing information.

## Query parameters

- `country` string — Country code (PT, ES, etc.)
- `locality` string, nullable — City/region filter
- `area_code` string, nullable — Area code filter (e.g., 256 for Aveiro)
- `phone_number_type` string, nullable — Number type filter: local, national, toll-free, mobile, shared-cost
- `limit` integer — Max results

## Headers

- `x-api-token` string, nullable

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