2025-01-22

🚨 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