API Reference/Environments

Environments

Which environments exist today, and which base URL to use.

Production

https://api.stynar.com

Every request against this base URL runs against real account data — there's no separate sandbox mode for the API today, so requests made here have the same effect as the equivalent action in the Stynar app.

One environment today

Stynar's public API currently has a single environment: production. There is no sandbox or staging base URL to test against — this page is architected so a sandbox environment can be added here later without changing how you authenticate or call the API.

Testing safely

Without a sandbox, test with real-but-low-stakes data: create a campaign with your own email as the only lead, or use a key with only the read scope while you're exploring GET endpoints. See API Keys for scopes.