Get a Consent
Name | Type | Required | Description |
---|---|---|---|
consentId | String | Yes | Consent identify |
linkId | String | Yes | Unique Link |
externalTrackId | String | Yes | Partners to transfer tracking information |
personalTaxId | String | Yes | The CPF of the end-user, for Personal Accounts only |
businessTaxId | String | Yes | The CNPJ of the company, for Business Accounts only |
institutionCode | String | Yes | Institution code, it returned by the /institutions |
status | String | Yes | STARTED - Link created; AWAITING_AUTHORISATION - Waiting for end-user consent authorization; AWAITING_LGPD_AUTHORISATION - Waiting for end-user LGPD acceptance; (required for Financial Data) AUTHORISED - Link authorized by the end-user (valid status to call data endpoints); ERROR - There was an issue in the link authorization flow REJECTED - End-user rejected the link authorization EXPIRED - Link expired by timeout (inactive for 20 minutes) REVOKED - Link revoked (can be revoked by the end-user or the application) DELETED_BY_USER - End-user requested data deletion via management portal |
permissionsApply | Array | Yes | The permission required by partners for end user |
permissionsGranted | Array | Yes | The permissions granted by end users |
expireAt | String | Yes | Consent expire time(UTC time) |
createdAt | String | Yes | Create consent time(UTC time) |
updatedAt | String | Yes | Update data time(UTC time) |