POST
/
authentication
/
completeLogin
Complete login authentication
curl --request POST \
  --url https://api.kaizenautomation.com/authentication/completeLogin \
  --header 'Content-Type: application/json' \
  --data '{
  "contextAuthenticationId": "<string>"
}'
{
  "success": true,
  "message": "<string>"
}

Body

application/json

Response

Login authentication completion result

The response is of type object.