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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kaizenautomation.com/llms.txt

Use this file to discover all available pages before exploring further.

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