cURL
curl --request POST \ --url https://api.kaizenautomation.com/authentication/completeLogin \ --header 'Content-Type: application/json' \ --data ' { "contextAuthenticationId": "<string>" } '
{ "success": true, "message": "<string>" }
Completes login authentication using browser context login info external ID by saving browser cookies and updating authentication status
External ID of the context authentication to complete
Login authentication completion result
Whether the login completion was successful
Success or error message