Authentication
Authentication methods for AlphaX API
For every request to the AlphaX API, we require a API Key Token for authentication. This token is a unique identifier that allows you to access the API securely.
To obtain your API Key Token, follow these steps:
- Log in to your AlphaX account (Director, HR, or Developer role).
- Navigate to the “Developer” menu in the dashboard.
- Click on “Create new API Key” to generate a new token.
- Copy the generated token and keep it secure, as it will be used for all your API requests.
When making API requests, include the X-Api-Key header of your HTTP request. The format should be as follows:
API Key Token only show once when you create it, so make sure to copy and store it securely. If you lose your token, you will need to generate a new one.

