๐Ÿ”‘ Getting your Secret and Public Keys

Getting your Secret and Public KeysCopied!

API keys are used to authenticate every request to the Straqa API.

Types of Keys

  • pk_test_xxx / pk_live_xxx โ€“ Public keys, safe to use on the frontend

  • sk_test_xxx / sk_live_xxx โ€“ Secret keys, use only on the backend

Where to Find Them

  • Go to Dashboard โ†’ Developer Settings โ†’ API Keys

  • Copy your keys for use in headers or your SDK

๐Ÿšจ Keep your secret keys safe. Never expose them in client-side code.