Overview
Sometimes your API call might fail. This guide shows the most common issues, what they mean, and how to fix them.401 Unauthorized
Error:X-API-KEY is correct and included in your request headers.
.env or CI/CD secrets.
409 Conflict (example)
If your API ever adds stricter checks (like preventing duplicate display names), you might see:Right now, SlowNet APIs are pretty forgiving. But as more constraints are added, conflicts may appear.
500 Internal Server Error
Error:General debugging tips
- Check your JSON payload. Is it valid? Missing a comma?
- Always include your
X-API-KEY. - Try sending a simple request first (like just updating mood) to verify your key works.
Authentication
This endpoint requires an API key. You can retrieve an API key from your dashboard. Include it in theX-API-KEY header: