API SuiteName Matching (ML)
Namematch
This API provides a similarity score between two names or strings.
Try itLoading playground…
Loading…
AuthorizationBearer <token>
JWT Bearer token authentication. Obtain a token from the KwikID dashboard.
In: header
name1string
Default
""name2string
Default
""Response Body
curl -X POST "https://__mock__/namematch" \ -H "Content-Type: application/json" \ -d '{ "name1": "", "name2": "" }'{
"score": 0
}{
"detail": {
"<location>": {
"<field_name>": [
"string"
]
}
},
"message": "string"
}{
"detail": {},
"message": "string"
}