Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing optout_check #779

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abuabraham-ttd
Copy link

@abuabraham-ttd abuabraham-ttd commented Dec 11, 2024

Add the required optout_check

https://unifiedid.com/docs/getting-started/gs-encryption-decryption

The code examples there for calling v2/token/generate doesn't have "optout_check:1" which we required for all new participants to add into the request since late last year.

 

We should specify like this:

echo '{"email": "[email protected]","optout_check":1}' | python3.10 uid2_request.py https://prod.uidapi.com/v2/token/generate .....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants