Skip to main content

Request Magic Link

Consumers start portal access by requesting a one-time sign-in link.

Steps

  1. Open the developer portal sign-in page.
  2. Enter an authorized email address.
  3. Submit request for magic link.
  4. Check inbox and open the email.

Practical guidance

  • Use the exact email approved on the client record.
  • If email does not arrive, check spam and retry once.
  • Admins should verify authorized email list before troubleshooting further.

Security behavior (code-grounded)

  • The API always returns a generic success message (If your email is registered...) to prevent email enumeration.
  • Login link token TTL is 30 minutes.
  • Link emails are sent asynchronously; transient SMTP failures do not change the API response shape.