Paths

Components schemas

  • WebhookContextCase
    • ✨ [Added] required property last_activity_at
  • CaseReportWebhookContext, IndividualWebhookContext, IndividualDeletedWebhookContext, CompanyWebhookContext, CompanyDeletedWebhookContext, NoteWebhookContext, NoteCommentWebhookContext, CheckWebhookContext, CheckDeletedWebhookContext
    • ✨ [Added] required property last_activity_at to case
  • CaseReportWebhook, IndividualWebhook, IndividualDeletedWebhook, CompanyWebhook, CompanyDeletedWebhook, NoteWebhook, NoteCommentWebhook, AmlCheckWebhook, DocumentCheckWebhook, IdVerificationCheckWebhook, IdDocumentCheckWebhook, CheckDeletedWebhook
    • ✨ [Added] required property last_activity_at to context.case

🚨 BREAKING CHANGES

The ​key​ attribute for custom document types must now be used to create your Document check directly in ​settings.document­_type­_key​.
This helps integrator create more resilient and consistent integrations across multiple workspaces, eliminating the need to store custom document types (and their IDs) for each environment.

Paths

  • Create a Document check (POST /v1/checks/document)
    • 🚨 [Added] required status to settings.document_type_key in request body
    • 🚨 [Removed] document_type from settings in request body
    • 🚨 [Removed] custom_document_id from settings in request body

Paths

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

Paths

Components schemas

  • ClientPortal
    • ✨ [Added] possible values of default_language: "pt"
    • ✨ [Added] possible values of default_language: "pl"

Paths

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

Paths

Components schemas

  • CaseWebhook
    • ✨ [Added] maxLength validator to case.companies[].name: 160
    • ✨ [Added] maxLength validator to case.companies[].commercial_name: 160
    • ✨ [Added] maxLength validator to case.companies[]registration_number: 180
  • CompanyWebhook
    • ✨ [Added] maxLength validator to name: 160
    • ✨ [Added] maxLength validator to commercial_name: 160
    • ✨ [Added] maxLength validator to registration_number: 180
  • CompanyDeletedWebhook
    • ✨ [Added] maxLength validator to name: 160
  • AmlCheckWebhook, DocumentCheckWebhook, IdVerificationCheckWebhook, IdDocumentCheckWebhook, CheckDeletedWebhook
    • ✨ [Added] maxLength validator to context.company.name: 160

Paths

Components schemas

  • DocumentCheckWebhook
    • ✨ [Added] required property registration_city to check.data.information.document_analysis