Need help to check the exponential backoff of the following endpoint:

Hello there! I’m trying to send requests as often as the server can handle it, but I don’t really know how to check per how long can the server handle my request (the exponential backoff timeout)

The following endpoint is for a POST request:
https://apis.roblox.com/challenge/v1/continue,

as you can see in the following topic, the person was familiar with the exponential backoff of the endpoint:

@Trafficboy05

it seems like the api is sometimes retrieve:

  1. Status code 500 is an internal server error code
  2. The response succeeded with status code 200

so I think It’s probably their way of simple rate limits, to respond with this code for a brief period of time

is this for avatars, catalog outfits, items?

No, the endpoint is checking the status of the roblox authentication