Troubleshooting If requests fail, run or Authentication SproutGigs uses HTTP Basic Auth with the user ID as the username and API secret as the password. Get or reset the API secret from SproutGigs Account Settings - Settings. Environment Variables - - SproutGigs user ID - - SproutGigs API secret API Basics Base URL: SproutGigs' public docs show JSON request bodies for several endpoints. When an endpoint needs parameters, send JSON with , even if the method is . Rate limit: 1 request/second. Do not run SproutGigs API calls in parallel. If a request returns HTTP 429, wait at least 10 seconds be…