Get Evidence Set

URL Base:

  • UAT: https://api.cadastro.uat.unico.app.

  • Production: https://api.cadastro.unico.app.

GetEvidenceSet

get

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Process ID.

Responses
200

Evidence set obtained successfully.

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

Errors

code
message
Description

3

process id is invalid

When the process id is invalid.

Last updated

Was this helpful?