FAQ
FAQ

What should I check if the API is not working or gives incorrect output?

  • Ensure that your implementation handles errors correctly. Refer to the Error Handling section in our documentation.
  • If an API call fails, look up the returned error code here.
  • Enable debug logging with setDebugLog(). Find your debug logs on your account page.
  • If the above steps don't help, send us:
    1. Your API implementation
    2. A minimal HTML document or link to a web page that reproduces the issue
    3. Related debug logs