GetEvidenceSet

In this section, you will find instructions on how to obtain the evidential set from a process in by Unico via the REST API


Introduction


In this section, you will find detailed documentation on how the Get Evidence Set endpoint works in by Unico. This endpoint will provide the evidence set of the completed biometric transaction, allowing you to store it for possible future disputes by the end user.

To learn more about the evidence set, see the Evidence Set Specification section.

Getting started


Your API requests are authenticated using an access token. Any request that does not include a valid access token will return an error.

You can learn more about generating an access token here.


Obtaining the Evidentiary Set


GetEvidenceSet

get

Endpoint to retrieve the evidence set from the identity verification process by Unico.

Authorizations
Path parameters
idstringRequired

Process ID.

Responses
200
Evidence set obtained successfully.
application/json
get
GET /client/v1/process/{processId}/evidenceset HTTP/1.1
Host: api.cadastro.uat.unico.app
Authorization: Bearer JWT
Accept: */*
{
  "fileContents": "JVBERi0xLjUNCiWDk[...]NCg==",
  "contentType": "x-pdf"
}

The evidentiary set is only available for completed processes.


Still need help?

Didn't find something or still need help? If you're already a client or partner, you can reach out through our Help Center.

Last updated

Was this helpful?