User
GET /api/user/api_key
GET operation for /api/user/api_key
get/api/user/api_key
Query parameters
userstring required
Username to retrieve API key for
Headers
X-EDH-USERstring required
EDH username for authentication
X-EDH-PASSWORDstring required
EDH password for the specified user
Response
API key retrieved successfully
Example response
{
"success": true,
"message": "a1b2c3d4e5f6789012345678"
}