Customer Consent Management Dashboard API
Integrate the consumer consent management dashboard into your UX.
Data Access provides an API to support building your own Consent Management dashboard UI. Use this API to manage so that your consumers can manage which third parties have access to their data from your mobile app or online site. This allows you to completely customize the end-user's experience.
To integrate a dashboard using this API:
- Generate a token using your client id and secret in the Data Provider Portal.
- Using the token, get a list of the consumer's consents. Each returned consent object contains ids.
- Update consents as needed using the ids.
Quick Links
Consent Sample Data
This sample response shows the response you can expect to get for a consent object.
_26[_26 {_26 "id": "_sadfa3CKHJ23LKJHKJHLlNaODPmH1LqSb4",_26 "application_name": "Centz",_26 "application_icon_url": null,_26 "created_at": "2024-06-14T19:48:18.354Z",_26 "last_accessed": "2024-05-14T19:48:31.352Z",_26 "accounts": [_26 {_26 "enabled": true,_26 "nickname": "Lacrosse Fund",_26 "account_id": "1234123412341234",_26 "account_number_display": "XXXXXXXX1111"_26 },_26 {_26 "enabled": false,_26 "nickname": "Gymnastics Money",_26 "account_id": "234123412341234",_26 "account_number_display": "XXXXXXXX2222"_26 }_26 ],_26 "auto_enable_future_accounts": true,_26 "consented_on": "2024-05-14T19:48:18.352Z",_26 "revoked_at": null_26 }_26]