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, replace it with a new one immediately.

Base URL

The base URL for all API requests is https://api.indexalpha.id/

On this page