---
title: "Get available provisioned numbers for hosting with a dashboard"
method: GET
path: "/dashboards/provisioning"
tags: ["Dashboard"]
---

# Get available provisioned numbers for hosting with a dashboard

`GET /dashboards/provisioning`

Returns a list of 30 provisioning numbers. These numbers can be used for creating a dashboard with POST /dashboards. All numbers and area codes must be in the United States. Text Request only hosts numbers with the +1 country code.

## Query parameters

- `area_code` integer, required

## Response `200`

Array of provisioned phone numbers

- string[]

## Other responses

- `400` — Thrown if the provided area code is invalid.
- `401` — Unauthorized. Sent if the API key is omitted or invalid.

---

[API](https://skmtc.net/textrequest/apis/text-request-api-v3.md) · [All operations](https://skmtc.net/textrequest/apis/text-request-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textrequest/text-request-api-v3/revisions/e4e42efcd650/schema)
