Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to access the below URL to check how many apps were downloaded for my organization.
https://api.appstoreconnect.apple.com/v1/salesReports
Can you tell me how can generate the bearer token for this or access the above link? Basically how can we get the info how many apps were downloded from Google playstore or apple istore? are there any talend connectors to do this?
Regards,
sushant
Hi @Sushant Kapoor,
Check out this documentation, maybe it will help you.
https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests
Kind regards,
😷19.
@not specified not specified : I have already gone through the above link. but i dont understand how to generate the bearer token from the above article, Can you suggest how to do that?
Hi @Sushant Kapoor,
Do you have the kid(Key Identifier) and iss(Issuer ID)?
Hello,
It's a standard REST API and you could use Talend components (like tRestClient).
Please have a look at the Java Library: https://connect2id.com/products/nimbus-jose-jwt/examples
and this might help as well: https://sampathrajapakse.medium.com/how-to-utilize-3rd-party-libraries-like-nimbus-jose-and-jwt-io-t...
Best regards
Sabrina
yes, i have both the details.
@Xiaodi Shi ok thanks. I am checking on that. I can show how my header and payload looks like.can you verify if i am missing something here?
@not specified not specified ok thanks. I am checking on that. I can show how my header and payload looks like.can you verify if i am missing something here?
Hello,
Feel free to post your setting screenshots here and mask your sensitive data as well.
Best regards
Sabrina
@Xiaodi Shi : please find the screenshots attached. Let me know if i am missing something here