Get Process

URL Base:

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

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

Get Process Result

get

Endpoint to fetch the result of a process on by Unico.

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

Process ID.

Responses
200

Process details successfully obtained.

application/json
get
/client/v1/process/{processId}

The content returned in the process.services.documents.doc.data parameter, referring to the OCR Extraction technology, can be consulted below:

  • Type: CNH

  • Content: Brazilian National Driving License

    • String numero;

    • String rgNumero;

    • String cpfNumero;

    • String nomeCivil;

    • List string filiacao;

    • Datetime dataNascimento;

    • Datetime data_habilitacao;

    • Datetime data_expiracao;

    • Datetime data_emissao;

    • String local_emissao;

    • String categoria;

    • String renachNumero;

Errors

code
message
description

3

process id is invalid

When the process ID is invalid.

Last updated

Was this helpful?