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 ?

Replies

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"

  • I’m need to request with the Terminal App a command line to connect to the App Store Server, I managed to connect to the server with the JWT Payload and receive an additional replay that I need to authenticate with a Signed Token, I created the signed token as a .json system file with the private key associated with the Key ID and receive the same message to create a complete and sign token. Can you assist me ?

Add a Comment