Authentication

Creates a session in the Product API hostname-selected realm or the fixed administrative realm. The browser never chooses the account scope, and Product accounts are not searched from the administrative API.

post/api/v1/auth/login

Request body

emailstring email required
passwordstring required

Response

Login succeeded and an opaque session cookie was set.

redirectTo'/dashboard' | '/admin' | '/affiliate' required
status'complete' required

Changes