๐ 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.