Dry-run customer legitimation check
Evaluates the configured legitimation rules (customerLegitimationRuleAsyncChannels /
customerLegitimationRuleSyncChannels) against a synthetic ticket built from the supplied
fields. No data is written. Useful for testing legitimation settings without a real ticket.
Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Autorisierungen
JWT-based authentication
Body
Ticket channel. Determines which rule set is used (sync: chat/phone, async: all others).
"email"
Optional. If provided, the real contract is loaded from the ERP and used for criteria evaluation.
"715559"
Optional override for the customer ID on the loaded contract.
"C-987"
Sender address (email or phone number).
"kunde@example.com"
Ticket subject line.
"Question about my contract"
Plain-text ticket body.
"My contract number is 715559 and I'd like to change my address."
Synthetic ticket.rawData JSON object — same shape as the raw payload Mind writes to the ticket table on incoming tickets.
Optional subchannel ID. If the subchannel has assistantAuthenticationInstructions, the deprecated path is used.
"3"
Antwort
Legitimation check result
0=no customer, 10=identified but not legitimized, 20=legitimized
10
Human-readable explanation of why legitimation failed. null on level 0 and 20.
"<b>Group 1</b>: needed 2, got 1 criteria."
Step-by-step evaluation log for debugging.