added

[2023-01-30][V1] Added Retry-After response header in the Token Refresh endpoint

📘

INFORMATION

We added the retry-after response HTTP header for 429 status code responses when trying to refresh the same token more than once within 15 minutes.

This is not a breaking change and won't affect your application.

We added a new entry to the headers for token refresh rate limited requests. This will help you understand how long your application needs to wait until you can refresh that token metadata again. The default starting value will be 900, which is equivalent to 15 minutes in seconds.

Syntax: Retry-After: <delay-seconds>

See the Retry-After documentation for more details.