Troubleshooting
Resources
Troubleshooting
Solutions to common issues developers encounter when integrating with Orbit AI.
Common Issues
Debugging Tips
- Check the response body for detailed error messages
- Use test API keys during development
- Review webhook delivery logs in your dashboard
- Check browser console for JavaScript errors
- Verify your request headers are formatted correctly
- Use tools like Postman or curl to test API calls directly
HTTP Status Codes
| Code | Meaning |
|---|---|
| 200 | Success |
| 201 | Created |
| 400 | Bad Request - Check your parameters |
| 401 | Unauthorized - Invalid API key |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - Resource doesn't exist |
| 429 | Too Many Requests - Rate limited |
| 500 | Server Error - Contact support |
Still stuck?
Our developer support team is here to help. Include your request ID and any error messages when contacting us.
Contact Support