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
Login authentication completion result
The response is of type object.
object