Generating Tokens for API Requests

I have the JWT header and the JWT payload and I want to know how to create a authorisation header for the signed JWT Token and from where to run the command line to process the request. Do I need to to run it from the Terminal App or from Xcode and compile the command line ?

I’m not sure what you’re looking for here. It sounds like you’re trying to issue requests to the App Store Connect API. Is that right?

If so, I don’t understand this part:

Do I need to to run it from the Terminal App or from Xcode and compile the command line ?

Most folks who’re using the App Store Connect API already know the context from which they want to issue their requests. For example, they have have continuous integration system and they want to issue requests from the scripting environment supported by that system.

Can you take a step back and explain what you’re trying to achieve here?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Generating Tokens for API Requests
 
 
Q