🚨 BREAKING CHANGES: Remove webhook events "Case.TagsAdded" and "Case.TagsRemoved"

Paths

Components schemas

  • CaseWebhook
    • 🚨 [Removed] possible values of event: "Case.TagsAdded"
    • 🚨 [Removed] possible values of event: "Case.TagsRemoved"
    • ✨ [Added] required property is_delegator to case.individuals[]

Paths

Components schemas

  • CaseWebhook
    • ✨ [Added] required property is_internal to case.individuals[].checks[]
    • ✨ [Added] required property is_internal to case.companies[].checks[]

Paths

Components schemas

  • CaseWebhook, CaseReportWebhook, IndividualWebhook, IndividualDeletedWebhook, CompanyWebhook, CompanyDeletedWebhook, NoteWebhook, NoteCommentWebhook, AmlCheckWebhook, DocumentCheckWebhook, IdVerificationCheckWebhook, IdDocumentCheckWebhook, CheckDeletedWebhook
    • ✨ [Added] possible values of case.flags[]: "first_collect_completed"
    • ✨ [Added] required property contact_has_actions to case
    • ✨ [Added] required property reviewer_has_actions to case
  • WebhookContextCase
    • ✨ [Added] possible values of flags[]: "first_collect_completed"
    • ✨ [Added] required property contact_has_actions
    • ✨ [Added] required property reviewer_has_actions
  • CaseReportWebhookContext, IndividualWebhookContext, IndividualDeletedWebhookContext, CompanyWebhookContext, CompanyDeletedWebhookContext, NoteWebhookContext, NoteCommentWebhookContext, CheckWebhookContext, CheckDeletedWebhookContext
    • ✨ [Added] possible values of case.flags[]: "first_collect_completed"
    • ✨ [Added] required property case.contact_has_actions
    • ✨ [Added] required property case.reviewer_has_actions

Paths

Paths

  • Create a webhook (POST /v1/webhooks), Update a webhook (PATCH /v1/webhooks/{id})
    • ⚠️ [Deprecated]:Event Case.TagsAdded, replaced by event Case.TagsUpdated
    • ⚠️ [Deprecated]:Event Case.TagsRemoved, replaced by event Case.TagsUpdated
    • ✨ [Added] possible values of events[] in request body: "Case.TagsUpdated"
  • Retrieve case's notes (GET /v1/cases/{id}/notes)
    • ✨ [Added] property note_id to data[].comments[] in response body
    • ✨ [Added] property author_type to data[].comments[] in response body: "user","api"
    • ✨ [Added] required status to data[].comments[].note_id in response body
    • ✨ [Added] required status to data[].comments[].author_type in response body
    • ✨ [Added] property case_id to data[] in response body
    • ✨ [Added] property author_type to data[] in response body: "user","api"
    • ✨ [Added] required status to data[].case_id in response body
    • ✨ [Added] required status to data[].author_type in response body
  • Create a note (POST /v1/notes)
    • ✨ [Added] operation POST /v1/notes
  • Create a note comment (POST /v1/notes/{id}/comments)
    • ✨ [Added] operation POST /v1/notes/{id}/comments

Paths

  • List all activities (GET /v1/activities)
    • ✨ [Added] possible values in query parameter type: "template__started__check"
    • ✨ [Added] possible values of data[].type in response body: "template__started__check"
    • ✨ [Added] possible values of data[].author_type in response body: "template"

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