API Keys
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.
Summary of API Keys
All accounts have an app key and secret key for production environment.
Environment | API Key | Location |
---|---|---|
Sandbox | X-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 |
Production | X-XFERS-APP-API-KEY [Deprecated] X-XFERS-APP-SECRET-KEY | 1. StraitsX Business Dashboard 2. Navigate to Dev Tools Tab |
Updated 2 months ago