cURL
curl --request POST \ --url https://brunkhorst.connectors.aicoflow.com/api/lookup/name \ --header 'Content-Type: application/json' \ --data ' { "term": "<string>", "limit": 15 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Search for existing customers by name. Searches both first and last names with partial matching.
Request model for customer/vehicle lookups.
Search term (phone, name, or license plate)
Maximum number of results
1 <= x <= 100
List of matching customers with their details