---
title: "Get numbers for email"
method: GET
path: "/services/{serviceId}/emails/{email}/numbers"
tags: ["Fax to Email"]
---

# Get numbers for email

`GET /services/{serviceId}/emails/{email}/numbers`

Get  configured numbers for an email

## Response `200`

A list of numbers associated with the email

- object
  - `phoneNumbers` ServicePhoneNumber[] — List of numbers
    - `phoneNumber` string, phoneNumber — A phone number in [E.164](https://community.sinch.com/t5/Glossary/E-164/ta-p/7537) format, including the leading '+'.
    - `permissions` 'both' | 'send' | 'receive' — Allows you to set permissions for sending and receiving faxes to this email/phone number combination. Default value is `both`.
    - `country` string — The country code of the phone number in ISO 3166-1 alpha-2 format.
    - `suspended` boolean — Specifies if a number is suspended or not.
    - `note` string — An optional field providing context about the suspension.
    - `projectId` string — The `Id` of the project associated with the call.
    - `serviceId` string — ID of the fax service used.
  - `page` integer — Current page
  - `totalPages` integer — Total number of pages.
  - `pageSize` integer — Number of items per page.
  - `totalItems` integer — Total size of the result.

## Changes

- **2026-08-28** `dbb6f03ef838` — 3 info
  - added the optional property `allOf[subschema #1]/phoneNumbers/items/country` to the response with the `200` status
  - added the optional property `allOf[subschema #1]/phoneNumbers/items/note` to the response with the `200` status
  - added the optional property `allOf[subschema #1]/phoneNumbers/items/suspended` to the response with the `200` status

[Change history](https://skmtc.dev/sinch/apis/fax-api/changes/services/:serviceId/emails/:email/numbers/get.md)

---

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