Skip to content

Troubleshooting

401 / 403 errors

  • Verify your API key is correct.
  • Ensure the key has access to the entities you’re querying.

Rate limits

The client tracks rate-limit state and retries some requests automatically. See Client and Exceptions.

Debugging

Enable hooks (guides/debugging-hooks.md) or set log_requests=True on the client.

Next steps