Skip to main content
POST
Resend a bot signup magic link

Body

application/json
email
string<email>
required

Email address of the bot signup account to resend the magic link to.

Example:

"agent-owner@example.com"

Response

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

Status envelope used by the signup and magic-link flows.

success
boolean
required

Whether the request was accepted.

Example:

true

message
string
required

Human-readable status message.

Example:

"A one-time sign-in link has been sent to your email address."