---
title: "Get project's sender email"
method: GET
path: "/rest/api/3/project/{projectId}/email"
tags: ["Project email"]
---

# Get project's sender email

`GET /rest/api/3/project/{projectId}/email`

Returns the [project's sender email address](https://confluence.atlassian.com/x/dolKLg).

**[Permissions](#permissions) required:** *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project.

## Path parameters

- `projectId` integer, required

## Response `200`

Returned if the request is successful.

- ProjectEmailAddress — A project's sender email address.
  - `emailAddress` string — The email address.
  - `emailAddressStatus` string[] — When using a custom domain, the status of the email address.

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have permission to read project.
- `404` — Returned if the project or project's sender email address is not found.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
