Create Auth Session For Magic Link Login

NOTE: In order for the session cookie to be set properly this API needs to be redirected to from the browser. The redirect URL should use the vanity domain of the tenant that the session is associated to.

Creates an auth session for the magic link login request. If creation of the session is successful this API will return a redirect to the client's requested redirect URI with an authorization code and state (if provided). The response will also contain a session cookie associated to the authenticated user.

If creation of the auth session is not successful then this API will redirect to the client's requested redirect URI with an error code.

Language
URL
Click Try It! to start a request and see the response here!