📗

Learn how to perform authentication to access our APIs.

The StraitsX API allows generation and viewing of API key information through secured endpoints.

🚧

Securing your API Keys

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

X-XFERS-APP-API-KEY

The app key is used to authenticate your business account.
Note that this key can be used to retrieve details specific to your account in some API endpoints.

3664

StraitsX Business Dashboard > Dev Tools Tab

Summary of API Keys

All accounts have an app key and secret key for production environment.

EnvironmentAPI KeyLocation
SandboxX-XFERS-APP-API-KEY
[Deprecated] X-XFERS-APP-SECRET-KEY
1. StraitsX Business Dashboard
2. Toggle to Sandbox Mode
3. Navigate to Dev Tools Tab
ProductionX-XFERS-APP-API-KEY
[Deprecated] X-XFERS-APP-SECRET-KEY
1. StraitsX Business Dashboard
2. Navigate to Dev Tools Tab

What’s Next