Skip to main content
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
contextAuthenticationId
string
required

External ID of the context authentication to complete

Response

Login authentication completion result

success
boolean
required

Whether the login completion was successful

message
string
required

Success or error message