Running into issues? Here are some common issues that you may experience when implementing the API.

Missing trailing slashes
Make sure that all of your requests end in a trailing slash /. Missing trailing slashes can cause unwanted redirects, that can especially cause issues on POST requests.

HTTP vs HTTPS
Make sure that all calls are being made over https. Calls over http can also cause unwanted redirects, that can especially cause issues on POST requests.

📘

Having other problems?

Reach out to [email protected] and let us know what the issue is.