Lookup Name or Plate

Retrieve all records associated with a name or license plate.

Lookup Name or Plate

POST https://api.sonorancad.com/general/lookup

The lookup name endpoint allows you to retrieve all records associated with a provided name or license plate.

Request Body

Name
Type
Description

id

string

Your community's ID

key

string

Your community's API Key

type

string

LOOKUP

data

array

Array containing a lookup information object

{% tab title="200 A successful call will be met with the following response: Detailed contents of the record type arrays can be found further below." %}

{
  "records": []
}
INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY
INVALID EMPTY SEARCH

API Call Example

API ID

Adding the API ID field is optional, and will send the lookup results to the user's CAD as well.

Last updated

Was this helpful?