Bot Signup
Resend a bot signup 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.
post/v2/bot_signup/resend_magic_link
Request body
Example request
{
"email": "agent-owner@example.com"
}Response
Uniform acknowledgement, returned whether or not a link was sent.
Example response
{
"success": true,
"message": "A one-time sign-in link has been sent to your email address."
}