---
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`.
    - `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.

---

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