---
title: "Get Numbers"
method: GET
path: "/v1/configuration/numbers"
tags: ["Applications"]
---

# Get Numbers

`GET /v1/configuration/numbers`

Get information about your numbers. It returns a list of numbers that you own, as well as their capability (voice or SMS). For the ones that are assigned to an app, it returns the application key of the app.

## Response `200`

A success response, or an [Error](https://developers.sinch.com/docs/voice/api-reference/errors/).

- GetNumbersResponseObj
  - `numbers` object[] — The object type. Will always be list of numbers, associated application keys and capabilities
    - `number` string — Numbers that you own in E.164 format.
    - `applicationkey` string — Indicates the application where the number(s) will be assigned. If no number is assigned the applicationkey will not be returned.
    - `capability` 'voice' | 'sms' — Valid values are `voice` and `sms`

---

[API](https://skmtc.net/sinch/apis/voice-api-sinch.md) · [All operations](https://skmtc.net/sinch/apis/voice-api-sinch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/voice-api-sinch/revisions/a59ac1ee7b2c/schema)
