Index Alpha API

Authentication

Learn how to authenticate your requests to the Index Alpha API.

All requests to the Index Alpha API require a Bearer Token. This must be sent in the Authorization request header.

Authorization Header

Include your token in the header of every request as follows:

Authorization: Bearer <your_provided_token_here>

Keep your API Token secure. If you believe your token has been compromised, please contact the administrator immediately.

Base URL

The base URL for all API requests is:

  • Production: https://api.indexalpha.com/
  • Local Development: http://localhost:8000/

On this page