Authentication
Last updated
Last updated
The Authentication API allows users to obtain an API key by sending a POST request with their credentials. This API key is required for accessing other protected endpoints in the system. If you do not already have an account, you need to register via WhiteIntel Register Page
Please note that, API is only available for Enterprise and TI Firm subscriptions.
Please be aware that you will not be able to view your API key after it has been generated. It is recommended to store the key in a secure vault. Alternatively, you can create a new API key at any time. Please note that generating a new key will invalidate and remove any previously created keys.
You can generate your API key in two ways: through the Web UI or by making API calls. To obtain your API key via the Web UI, please visit the profile page on our platform.
POST /api/authenticate.php
Name | Description |
---|---|
Content-Type | Must be set to |
Name | Type | Required | Description |
---|---|---|---|
string | Yes | The username of the user | |
password | string | Yes | The password of the user |
POST /api/authenticate.php