Generate authentication link
POST/v1/authentication/form
Generates a redirect link to the hosted authentication form
If expectedEmail is set and the user completes the form as a different identity, the setup is rejected before any credentials are stored. The user stays on EmailEngine, which names both addresses and offers to restart the setup, so the browser is never redirected to redirectUrl.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Returns a single-use URL for the hosted authentication form.
Invalid input - the path parameters, query arguments, or request payload did not pass validation
Authentication failed - the access token is missing, invalid, or was not accepted
Access denied - the access token does not grant permission for this operation (token scope, account, or IP address restriction)
Not found - the requested entity (account, message, mailbox, etc.) does not exist
Rate limit exceeded - too many requests were made with this access token
Internal server error - an unexpected error occurred while processing the request