Christian Selig on Nostr: Anyone familiar with the StoreKit API and know what silly mistake I'm making? As a ...
Anyone familiar with the StoreKit API and know what silly mistake I'm making? As a test, I'm just trying to fetch my JWT string with Ruby, which *seems* to properly output in the format "AAAA.BBBB.CCCC”, and then I try to use that as the auth header to get a list of my apps with:
curl -v https://api.appstoreconnect.apple.com/v1/apps -H "Authorization: Bearer AAAA.BBBB.CCCC” but I always get a 401 Not Authorized error.
What am I doing wrong? 😥
(Fetch code: https://gist.github.com/christianselig/098a6f81f43d041eb4116798b93eb04d)
curl -v https://api.appstoreconnect.apple.com/v1/apps -H "Authorization: Bearer AAAA.BBBB.CCCC” but I always get a 401 Not Authorized error.
What am I doing wrong? 😥
(Fetch code: https://gist.github.com/christianselig/098a6f81f43d041eb4116798b93eb04d)