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:
- Your API implementation
- A minimal HTML document or link to a web page that reproduces the issue
- Related debug logs