Troubleshooting
Find solutions to common issues and learn how to debug problems with your APIs.
Common Issues
API returns 404 Not Found
Check that your API is active and the endpoint URL is correct. Verify the API ID in the URL matches your dashboard.
Authentication errors (401 Unauthorized)
Make sure you're including your API key in the Authorization header:Authorization: Bearer YOUR_API_KEY
CORS errors in browser
Configure CORS settings in your API dashboard to allow requests from your domain.
Data not persisting between requests
Enable data persistence in your API settings. Note that persistence is only available on Pro tier and above.
Need More Help?
If you can't find a solution here, please contact our support team. We're happy to help!