Add Tags to Consent Requests for Better Organization

Modified on Mon, 28 Apr at 12:59 PM

We’ve introduced a new way to organize and track your consent requests more efficiently — with the addition of tags in our Account Aggregator APIs.


What changed:


We’ve added a new "tags" array field to the consent response object. Tags are simple string labels that you can use to categorize consent requests — by use case, partner, customer segment, or anything else that suits your workflows.

This is currently supported via API, and will soon be visible in Bridge Reports and Analytics dashboards.

Before:

{

    "id": "6d285134-c764-49ab-b32d-ead003161587",

    "url": "https://fiu.setu.co/v2/consents/webview/6d285134-c764-49ab-b32d-ead003161587",

    "status": "PENDING",

    "detail": {

        // existing fields...

    },

    "redirectUrl": "https://setu.co",

    "context": [],

    "usage": {

        "count": "0",

        "lastUsed": null

    }

    "traceId": "1-6433a06a-4b99c3a81b538bc762b5aa08"

}

After:

{

    "id": "6d285134-c764-49ab-b32d-ead003161587",

    "url": "https://fiu.setu.co/v2/consents/webview/6d285134-c764-49ab-b32d-ead003161587",

    "status": "PENDING",

    "detail": {

        // existing fields...

    },

    "redirectUrl": "https://setu.co",

    "context": [],

    "usage": {

        "count": "0",

        "lastUsed": null

    },

    "tags": [

        "Loan_Tracking",

        "Partner_X"

    ],

    "traceId": "1-6433a06a-4b99c3a81b538bc762b5aa08"

}



We’re always looking to make your integration experience better. 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article