Support
Current Version
Section titled “Current Version”API Version: 1.0.1
See the Changelog for recent updates.
Getting Help
Section titled “Getting Help”Documentation
Section titled “Documentation”Start with our documentation:
- Getting Started - First API request
- Authentication - API key formats and security
- API Reference - All endpoints
- Error Handling - Common issues
Email Support
Section titled “Email Support”For technical issues or questions:
Please include:
- Your API key ID (not the full key)
- Request details (endpoint, parameters)
- Error message received
- Code snippet if applicable
Status Page
Section titled “Status Page”Check the API status at: status.prediko.io
Common Issues
Section titled “Common Issues””Invalid API key”
Section titled “”Invalid API key””- Verify the key format:
pk_live_*for production,pk_test_*for testing - Check the key hasn’t been revoked
- Ensure you’re using
Bearerprefix in the Authorization header
”Invalid API key format”
Section titled “”Invalid API key format””- API keys have the format:
pk_live_{key_id}_{secret}orpk_test_{key_id}_{secret} - Ensure the key was copied correctly (no extra spaces)
“Resource not found”
Section titled ““Resource not found””- Verify the resource ID is correct
- Check you have access to this tenant’s data
”Limit exceeds maximum”
Section titled “”Limit exceeds maximum””- The SKUs endpoint has a maximum limit of 5000
- Use pagination to retrieve large result sets
Feature Requests
Section titled “Feature Requests”Have a feature suggestion? Email us at api-support@prediko.io with:
- Use case description
- Expected behavior
- Current workaround (if any)