2025-02-19
3 months ago
Paths
- Delete a case (
DELETE /v1/cases/{id}
)- ✨ [Added] query parameter
permanent
- ✨ [Added] query parameter
- Create an ID Verification check (
POST /v1/checks/id_verification
), Retrieve an ID Verification check (GET /v1/checks/id_verification/{id}
), Review an ID Verification check (PATCH /v1/checks/id_verification/{id}/review
), Refresh an ID Verification check url (POST /v1/checks/id_verification/{id}/refresh_url
)- ✨ [Added] required property
video_file_id
todata.information
in response body
- ✨ [Added] required property
- Create a Document check (
POST /v1/checks/document
), Add files (POST /v1/checks/document/{id}/add_files
), Retrieve a Document check (GET /v1/checks/document/{id}
), Force review (POST /v1/checks/document/{id}/force_review
), Review a Document check (PATCH /v1/checks/document/{id}/review
)- ✨ [Added] required property
archived_at
todata.settings.custom_document_type
in response body
- ✨ [Added] required property
- List all custom document types (
GET /v1/custom_document_types
)- ✨ [Added] query parameter
include_archived
- ✨ [Added] required property
archived_at
todata[]
in response body
- ✨ [Added] query parameter
Components schemas
DocumentCheckWebhook
- ✨ [Added] required property
archived_at
to check.data.settings.custom_document_type
- ✨ [Added] required property
IdVerificationCheckWebhook
- ✨ [Added] required property
video_file_id
to check.data.information
- ✨ [Added] required property