Skip to main content

Best Practices

Keep your API key on the server

Store your API key securely and only use it from your backend. Never embed it in frontend or mobile clients — treat it like a password.

Don't test write operations in production

Avoid sending POST or PUT requests against the production environment. If you need a testing environment, reach out to our dev team and we'll set one up for you.