Request Magic Link
Consumers start portal access by requesting a one-time sign-in link.
Steps
- Open the developer portal sign-in page.
- Enter an authorized email address.
- Submit request for magic link.
- 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.