Troubleshooting
Common issues and how to resolve them when using the Influship API.Quick Diagnostics
1
Check API Status
Visit status.influship.com to verify service availability.
2
Verify API Key
Test your API key with a simple health check:
3
Check Rate Limits
Review response headers for rate limit information:
X-RateLimit-Remaining: Requests left in current windowX-RateLimit-Reset: When limits reset (Unix timestamp)
Authentication Issues
401 Unauthorized
Problem: API key is invalid or missing Solutions:- Check that your API key is correct
- Ensure you’re using the
X-API-Keyheader - Verify your API key is active in the dashboard
403 Forbidden
Problem: API key doesn’t have permission Solutions:- Check your account status
- Verify your subscription is active
- Contact support if the issue persists
Search Issues
Empty Search Results
Problem: No creators returned from search Solutions:- Try broader search terms (e.g., “fitness” instead of “vegan fitness yoga instructor”)
- Remove restrictive filters like
min_followersorplatform - Check that your query is in natural language format
- Verify the search endpoint is working with a simple test query
Search Errors
Problem: Search endpoint returns errors Solutions:- Verify your request format
- Check required parameters
- Ensure your query is properly formatted
Rate Limiting
429 Too Many Requests
Problem: Exceeded rate limit Solutions:- Wait for the rate limit to reset
- Check
X-RateLimit-Resetheader - Implement exponential backoff
- Consider upgrading your plan
Server Errors
500 Internal Server Error
Problem: Server-side issue Solutions:- Check status.influship.com
- Wait a few minutes and retry
- Contact support if the issue persists
502 Bad Gateway
Problem: Service temporarily unavailable Solutions:- Wait a few minutes and retry
- Check status page for updates
- Contact support if the issue persists
Data Issues
Missing Creator Data
Problem: Creator details not available Solutions:- Verify the creator ID is a valid UUID format
- Check if the creator exists by searching for them first
- Try using
mode=detailedfor more comprehensive data - Ensure you’re using the correct endpoint (
/v1/creatorsfor batch requests)
Incomplete Profile Information
Problem: Some fields are missing Solutions:- Use
mode=detailedparameter for extended metrics - Add
include: ["emails"]for contact information (Pro tier) - Use
result_scope: "all_platforms"to get data from all known platforms - Check if the creator has public profiles on the requested platforms
Getting More Help
If you can’t resolve the issue:- Check the FAQ
- Review the API Reference
- Contact [email protected]