2024-04-17

New risk level "critical"

You can now enable a fifth risk level "critical" in your workspace settings.

Set reviewed_at when creating a Case review

Custom property improvements

Increase the maxLength for text custom property to 250. It was previously 100 but not documented.

Address in company data operations

  • Search companies (GET /v1/company-data/search)
    • ✨ [Added] required status to street_address, street_address_2, postal_code, city, state, region, country in data[].address in response body
  • Fetch company data (GET /v1/company-data/fetch/{search_ref})
    • ✨ [Added] required status to street_address, street_address_2, postal_code, city, state, region, country in address in response body
    • ✨ [Added] required status to street_address, street_address_2, postal_code, city, state, region, country in merged_individuals[].address in response
    • ✨ [Added] required status to street_address, street_address_2, postal_code, city, state, region, country in merged_companies[].address in response body