GetProcess
In this section, you will find instructions on how to retrieve the result of a process in by Client using the REST API
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.
Endpoints:
Production: https://api.id.unico.app/processes/v1.
To implement your business rules, always validate the final statuses of the processes (3, 4, 5). To validate the response from IDCloud capabilities, only consider status = 3 for your decision-making. For more information on the possible statuses, see the Parameters Specification section.
The parameters above represent the most common usage of the API but may change depending on the capabilities you are using.
In the v2 endpoint (/processes/v2/{id}
), we also return additional user information, as shown in the example below:
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.
Atualizado