Guide to Obtaining API Key from ADV System#
This document provides detailed steps to generate an Access Token (API Key) for connecting and utilizing ADV's API services.
🚀 Implementation Steps#
Step 1: System Login#
Log in using your authorized ADV account credentials.
When making requests, include your key in the header as follows:
Authorization: Bearer YOUR_API_KEYFrom the management dashboard, locate and select the Integration option from the navigation menu.
Step 3: Initialize API Key#
In the Integration interface, click the Create Key button.
A configuration form will appear. Please fill in the following fields:Key Name: Enter a descriptive name (e.g., Project_Alpha, Test_Environment).
IP Address: Enter the specific IP address of the server or machine that will perform the API calls.
Step 4: Store Your Key#
After filling in the details, click Create.
The system will display a unique API Key.
⚠️ Important Security Notes#
[!CAUTION]
Key Protection:Copy and save your Key immediately in a secure location (e.g., a password manager).
For security reasons, the system may not display the full Key again once you close the window or refresh the page.
Never share this Key with unauthorized personnel or commit it to public code repositories.
Configuration Details#
| Parameter | Meaning | Note |
|---|
| Key Name | Identifier | Helps you manage and distinguish between multiple keys |
| Whitelist IP | Authorized IP | Only this IP address is permitted to access the API using this key |
Modified at 2026-03-25 09:26:30