Authentication
Learn how to authenticate your requests to the hexCore API safely.
Bearer Tokens
The hexCore API uses Bearer tokens to authenticate requests. You must include your secret API key in the Authorization header of every HTTP request you make.
Your API keys are available in the Developer Dashboard. You will find two sets of keys: one for Sandbox (testing) and one for Production (live data).
| Key Prefix | Description |
|---|---|
sk_test_ | Sandbox Secret Key. Used for safe testing environments. |
sk_live_ | Production Secret Key. Grants access to live financial data. |
Header Configuration
HTTP Headers
Authorization: Bearer sk_test_1234567890abcdef
Content-Type: application/json