Retrieve a document validation
Last updated
Last updated
GET - https://api.verifik.co/v2/document-validations/{id}
Retrieve information about a specific Document Validation within Verifik’s system. This endpoint provides detailed data regarding the validation status, project associations, and document metadata.
Include the necessary authentication headers for authorization and content-type, such as:
Name | Value |
---|---|
Path Parameter:
id
(string, required): The unique identifier for the DocumentValidation you want to retrieve.
On a successful request, you will receive a JSON object with the details of the specified Document Validation. Key fields include the document type, status, associated project and project flow, and validation metadata.
Success Response (200)
Error Responses
Status Code | Description |
---|---|
Content-Type
application/json
Authorization
Bearer <token>
404
DocumentValidation not found