Skip to content

Authentication

All API requests require authentication via Bearer token.

Include your API key in the Authorization header of every request:

Authorization: Bearer sk_live_...
Key Type Description
sk_test_... Secret Sandbox secret key — use for testing
sk_live_... Secret Live secret key — use for production
pk_test_... Publishable Sandbox publishable key — client-side safe
pk_live_... Publishable Live publishable key — client-side safe