Skip to main content
POST
Recover lost API key — send reset email

Body

application/json
email
string<email>
required

Email address associated with your API key.

Response

Reset email dispatched (if the address is registered). Always 200 — no way to distinguish registered vs. unregistered to prevent enumeration.

status
enum<string>

Always 'reset_sent'.

Available options:
reset_sent
message
string

Human-readable confirmation.