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 PrefixDescription
sk_test_Sandbox Secret Key. Used for safe testing environments.
sk_live_Production Secret Key. Grants access to live financial data.