Skip to main content
POST
/
api
/
lookup
/
plate
Lookup by license plate
curl --request POST \
  --url https://brunkhorst.connectors.aicoflow.com/api/lookup/plate \
  --header 'Content-Type: application/json' \
  --data '
{
  "term": "<string>",
  "limit": 15
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Request model for customer/vehicle lookups.

term
string
required

Search term (phone, name, or license plate)

limit
integer
default:15

Maximum number of results

Required range: 1 <= x <= 100

Response

Matching customers and vehicles