🔑 Manage API Keys (Admin Only)
Create a New API Key
🔹 Request
POST /api/admin/api-keys
Host: https://autonome.alt.technology/chatcx-itferc
x-api-key: YOUR_ADMIN_KEY
Content-Type: application/json
{
"role": "app",
"username": "wei_b0",
}
🔹 Response
{
"success": true,
"apiKey": "api_123456abcd",
"role": "app"
}
Last updated