Get Selfie

circle-info

URL Base:

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

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

GetSelfie

get

Endpoint to retrieve the selfie from the Unico process.

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

Process ID.

Responses
chevron-right
200

Selfie obtained successfully.

application/json
fileContentsstringOptional

Content of the selfie encoded in base64.

Example: /9j/4AAQSkZJRgABAQA[...]QkeQUjE
contentTypestringOptional

Type of the image content (jpeg or png).

Example: image/jpeg
get
/client/v1/process/{id}/selfie
circle-exclamation

Errors

Last updated

Was this helpful?