Suzanne
Browse docs

Authentication

Every Suzanne API request is authenticated with a Bearer token. Keep it server-side.

Every request requires a Bearer token issued to your account:

Authorization: Bearer sznn_test_xxx

Keys start with sznn_test_ (sandbox) or sznn_live_ (production). Treat them like a password: server-side only, never in client code.