Skip to content

Support

API Version: 1.0.1

See the Changelog for recent updates.

Start with our documentation:

For technical issues or questions:

api-support@prediko.io

Please include:

  • Your API key ID (not the full key)
  • Request details (endpoint, parameters)
  • Error message received
  • Code snippet if applicable

Check the API status at: status.prediko.io

  • Verify the key format: pk_live_* for production, pk_test_* for testing
  • Check the key hasn’t been revoked
  • Ensure you’re using Bearer prefix in the Authorization header
  • API keys have the format: pk_live_{key_id}_{secret} or pk_test_{key_id}_{secret}
  • Ensure the key was copied correctly (no extra spaces)
  • Verify the resource ID is correct
  • Check you have access to this tenant’s data
  • The SKUs endpoint has a maximum limit of 5000
  • Use pagination to retrieve large result sets

Have a feature suggestion? Email us at api-support@prediko.io with:

  • Use case description
  • Expected behavior
  • Current workaround (if any)