Created
November 14, 2023 02:14
-
-
Save enomoto/81c29d8542088931932997f40935cb35 to your computer and use it in GitHub Desktop.
Get content provider Id from https://appstoreconnect.apple.com/WebObjects/iTunesConnect.woa/ra/user/detail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jq '.data.associatedAccounts[] | select(.contentProvider.name == "YOUR PROVIDER NAME") | .contentProvider.contentProviderId' detail_formatted.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment