Generating a login email via API

That endpoint is not available for API calls at the moment indeed. When you pass API keys for it you fall on the redirect here:

And you can’t call it without API keys because this route is under the :verify_authenticity_token CSRF protection.

2 Likes