---
title: "Get the email delivery for the portal"
method: GET
path: "/v3/portals/{portalId}/email-delivery"
tags: ["Portal Emails"]
deprecated: true
---

# Get the email delivery for the portal

`GET /v3/portals/{portalId}/email-delivery`

> **Deprecated.**

Retrieve the email delivery for the portal

## Response `200`

success

- EmailDelivery
  - `enabled` boolean, required
  - `from_email` string, email, nullable, required
  - `reply_to_email` string, email, nullable, required
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/0261aef4b1e2/schema)
