Ownership

Ownership by phone (bulk)

Same lookup as GET `/v1/ownership/phone`, for up to 100 US numbers in one call. Pass `key` as a query parameter. Charged per match returned. Phones with no hit are omitted from `matches`; if none hit, the response is 404 `no_data` and nothing is billed.


Checking account...
POST
/v1/ownership/phone

Same lookup as GET /v1/ownership/phone, for up to 100 US numbers in one call. Pass key as a query parameter. Charged per match returned. Phones with no hit are omitted from matches; if none hit, the response is 404 no_data and nothing is billed.

Authorization

ApiKeyQuery
key<token>

Your CarsXE API key, passed as the key query parameter.

In: query

Query Parameters

include?string

Comma-separated subset of demographics,emails,phones,vehicle_history. May also be sent in the JSON body.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

{}
{}

{
  "success": false,
  "message": "Missing API key"
}

{}
{}
{
  "success": false,
  "message": "API usage limit exceeded",
  "usage": {
    "current": 1000,
    "limit": 1000,
    "remaining": 0
  }
}
{
  "success": false,
  "message": "string"
}