---
title: "Resend Email"
method: POST
path: "/resend-email"
tags: ["business"]
---

# Resend Email

`POST /resend-email`

Resend the verification email to your business identity. Remember, emails are always branded with your template prior to go-live and DNS is configured to send emails on your behalf.

## Request body

- BusinessResendEmailVerificationRequest
  - `businessId` string, uuid, required — Business ID

## Response `200`

success

- BusinessResendEmailVerificationResponse
  - `dateExpires` string, date-time, required — Expiry date-time for verification (RFC 3339 format)

## Other responses

- `400` — Bad Request. The request was unacceptable, often due to missing a required parameter.
- `401` — Invalid authentication header
- `500` — Unexpected server error.

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/revisions/63e57aa7df45/schema)
