---
title: "Check Creator Email Availability Endpoint"
method: POST
path: "/api/v1/remy/creators/email-availability"
tags: ["remy", "remy"]
---

# Check Creator Email Availability Endpoint

`POST /api/v1/remy/creators/email-availability`

Bulk has_email check, before triggering a manual/fallback send for a batch of creators.

## Request body

- CheckCreatorEmailAvailabilityRequestDTO
  - `creator_ids` string[], required

## Response `200`

Successful Response

- CreatorEmailAvailabilityDTO[]
  - `creator_id` string, required
  - `has_email` boolean, required

## Other responses

- `422` — Validation Error

---

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