What is the rate limiting policy for appleid.apple.com/auth/token ?

I have not found any documentation around Apple's rate limit policy (if any) for the token endpoint at: appleid.apple.com/auth/token. What's more, the API endpoint definition (https://developer.apple.com/documentation/signinwithapplerestapi/generate_and_validate_tokens) makes no mention of headers or statuses used to indicate rate limit feedback.


So, does any documentation or guidance exist around Apple's rate limit polices for the token endpoint? And if not, when can the community expect information?

Replies

Have you get any description about the rate limit for appleid.apple.com/auth/token? If you got some, please show me, thanks. I tried to get an X-Rate-Limit HTTP header, which is told in https://developer.apple.com/documentation/appstoreconnectapi/identifying_rate_limits. But my response's header don't have this.