Our new RE NXT SKY API integration approaches QA. We believe we've got error handling code in place to properly process rate limit (429) and quota exceeded (403) status codes, relying on an async queue system to reschedule as directed by the retry-after HTTP response header.
We'd rather not throw thousands of junk requests at the SKY API during QA to push past the per second & per day caps.
Is there any way to force rate limit & quota exceeded HTTP responses on a per-request basis? Or temporarily on a per application-environment basis for our partner developer subscription? I couldn't find one in the docs of community discussions.