v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
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

successboolean
messagestring

Example response

{
  "success": true,
  "message": "a1b2c3d4e5f6789012345678"
}