curl --request GET \
--url "https://api.trestleiq.com/3.1/person?name=John%20Doe&address.city=Seattle&address.state_code=WA" \
--header "x-api-key: YOUR_API_KEY"
{
"count_person": 1,
"person": [
{
"id": "Person.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"found_at_address": {
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05"
},
"current_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05"
}
],
"historical_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05",
"link_to_person_end_date": null
}
],
"phones": [
{
"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"phone_number": "2069735100",
"line_type": "NonFixedVOIP"
}
],
"associated_people": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"relation": "Household"
}
]
}
],
"error": {
"name": "InternalError",
"message": "Could not retrieve entire response"
},
"warnings": "Missing Input"
}
curl --request GET \
--url "https://api.trestleiq.com/3.1/person?name=John%20Doe&address.city=Seattle&address.state_code=WA" \
--header "x-api-key: YOUR_API_KEY"
{
"count_person": 1,
"person": [
{
"id": "Person.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"found_at_address": {
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05"
},
"current_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05"
}
],
"historical_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05",
"link_to_person_end_date": null
}
],
"phones": [
{
"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"phone_number": "2069735100",
"line_type": "NonFixedVOIP"
}
],
"associated_people": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"relation": "Household"
}
]
}
],
"error": {
"name": "InternalError",
"message": "Could not retrieve entire response"
},
"warnings": "Missing Input"
}
Find Person API provides the person’s details, including demographics, all current and historical addresses, phone numbers, and relatives and associates to this person.
curl --request GET \
--url "https://api.trestleiq.com/3.1/person?name=John%20Doe&address.city=Seattle&address.state_code=WA" \
--header "x-api-key: YOUR_API_KEY"
{
"count_person": 1,
"person": [
{
"id": "Person.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"found_at_address": {
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05"
},
"current_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05"
}
],
"historical_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05",
"link_to_person_end_date": null
}
],
"phones": [
{
"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"phone_number": "2069735100",
"line_type": "NonFixedVOIP"
}
],
"associated_people": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"relation": "Household"
}
]
}
],
"error": {
"name": "InternalError",
"message": "Could not retrieve entire response"
},
"warnings": "Missing Input"
}
curl --request GET \
--url "https://api.trestleiq.com/3.1/person?name=John%20Doe&address.city=Seattle&address.state_code=WA" \
--header "x-api-key: YOUR_API_KEY"
{
"count_person": 1,
"person": [
{
"id": "Person.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"found_at_address": {
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05"
},
"current_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05"
}
],
"historical_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05",
"link_to_person_end_date": null
}
],
"phones": [
{
"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"phone_number": "2069735100",
"line_type": "NonFixedVOIP"
}
],
"associated_people": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"relation": "Household"
}
]
}
],
"error": {
"name": "InternalError",
"message": "Could not retrieve entire response"
},
"warnings": "Missing Input"
}
GET https://api.trestleiq.com/3.1/person?name=[insert_name]&address.city=[insert_city]&address.state_code=[insert_state_code]
name=John Doeaddress.street_line_1=100 Syrws Staddress.street_line_2=Ste 1address.city=Seattleaddress.postal_code=98101address.state_code=WAaddress.country_code=US{{apiKey}}Show person object
Show address object
Show address object
Invalid Input, International number. Not authorized, or Missing Input.