---
title: "GET /emailcontacts/{arn}"
method: GET
path: "/emailcontacts/{arn}"
---

# GET /emailcontacts/{arn}

`GET /emailcontacts/{arn}`

Returns an email contact.

## Path parameters

- `arn` string, required

## Response `200`

Success

- GetEmailContactResponse
  - `emailContact` object, required — The email contact for the provided email address.
    - `arn` string, required — The Amazon Resource Name (ARN) of the email contact.
    - `name` string, password, required — The name of the email contact.
    - `address` string, password, required — The email address this email contact points to. The activation email and any subscribed emails are sent here.
    - `status` 'inactive' | 'active', required — The status of the email contact. Only activated email contacts receive emails.
    - `creationTime` string, date-time, required — The creation time of the resource.
    - `updateTime` string, date-time, required — The time the resource was last updated.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — ValidationException

---

[API](https://skmtc.net/aws/apis/notificationscontacts.md) · [All operations](https://skmtc.net/aws/apis/notificationscontacts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/notificationscontacts/versions/7246b198b2e6/schema)
