API REFERENCE
Consents

Get Consent List

2min
Get consent list by end user's CPF or CNPJ
GET
Request
Query Parameters
personalTaxId
optional
String
The CPF of the end-user, for Personal Accounts only(If end user is personal required)
businessTaxId
optional
String
The CNPJ of the company, for Business Accounts only(If end user is business required)
linkId
optional
String
link identify, it returned by the /links
Header Parameters
Authorization
required
String
Bearer access token, it returned by the /auth
Curl
Responses
200


Response

Name

Type

Required

Description

consentId

String

Yes

Consent identify

linkId

String

Yes

Link identify

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)