I'm trying to access the App Store Connect API and I'm having some issues. When I try to connect to the api with the generated token I get a 401 error code.
I have been following the instructions exactly as in the following documentation links.
https://developer.apple.com/documentation/appstoreconnectapi/creating_api_keys_for_app_store_connect_api
https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests
Could it be an issue with the private key that I'm using? If so is there a way to verify if the private key I have is valid?
I have been following the instructions exactly as in the following documentation links.
https://developer.apple.com/documentation/appstoreconnectapi/creating_api_keys_for_app_store_connect_api
https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests
Could it be an issue with the private key that I'm using? If so is there a way to verify if the private key I have is valid?