Launch a Preference Center from a mobile app
How to launch a Preference Center from a mobile app
Create a consent token and an authenticated URL in your app backend
POST https://api.didomi.io/consents/tokens?organization_id=<ID of your organization>
{
"organization_id": "<ID of your organization>",
"organization_user_id": "<User ID>",
"lifetime": 3600
}
Firebase
Launch a Preference Center
Last updated