---
title: "Resend a bot signup magic link"
method: POST
path: "/v2/bot_signup/resend_magic_link"
tags: ["Bot Signup"]
---

# Resend a bot signup magic link

`POST /v2/bot_signup/resend_magic_link`

Resends the one-time sign-in (magic) link for an eligible bot signup account. Eligibility (account exists, was registered through bot signup, is active, and has not exceeded the resend limit or rate window) is evaluated server-side; the response is intentionally uniform and does not reveal whether the account exists or whether a link was actually sent. This endpoint is public and unauthenticated, gated by the freemium feature flags and per-country availability.

## Request body

- ResendMagicLinkRequest
  - `email` string, email, required — Email address of the bot signup account to resend the magic link to.

## Response `200`

Uniform acknowledgement, returned whether or not a link was sent.

- SuccessResponse — Status envelope used by the signup and magic-link flows.
  - `success` boolean, required — Whether the request was accepted.
  - `message` string, required — Human-readable status message.

## Other responses

- `400` — The JSON request body could not be parsed.
- `403` — Request blocked by security policy (for example, the caller's country is not accepted).
- `404` — Bot signup is not available (freemium master switch disabled or the caller's country is not enabled).

## Changes

> 99 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/v2/bot_signup/resend_magic_link/post.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/227c33b1ac9c?raw)
