---
title: "Create Ses Email Identity"
method: POST
path: "/api/v1/email/create-ses-email-identity"
---

# Create Ses Email Identity

`POST /api/v1/email/create-ses-email-identity`

Create a new email identity in AWS SES using the specified or default configuration set.

Args:
    request_data: Contains the email address to create an identity for and
                 optionally the configuration set name (defaults to 'CS_Primary')

Returns:
    Dict containing the SES API response or error details

## Request body

- CreateEmailIdentityRequest — Request model for creating a new SES email identity.
  - `email_address` string, email, required — Email address to create identity for
  - `configuration_set_name` string, nullable — Name of the configuration set to use

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
