Skip to main content
POST
Emails a single-use MFA code to the account’s email address. Pass the received code as the email-code verification factor in the whitelist mutation endpoints: Add wallet address, Add IP address, Remove whitelist entry. This endpoint takes no parameters — the email address is inferred from your dashboard session.

Authorization

Dashboard-only (JWT session). Roles: merchant_admin / merchant_member / super_admin, with team permission whitelist:manage. Rate limit: 3 per 15 minutes. Calling with an API key fails with 401 {"error":"Invalid or expired token"} — the key is not a JWT.
The code is single-use and this endpoint is rate limited to 3 requests per 15 minutes — request a code only when you are ready to submit the whitelist change, then pass it as the email-code verification factor in the follow-up mutation.

Errors

See also