v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBKey Management
Get all application keys
Get all application keys available for your Datadog account. This endpoint is disabled for organizations in One-Time Read mode.
Note: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the V2 Key Management endpoints instead.
get/api/v1/application_key
Response
OK
Example response
{
"application_keys": [
{
"hash": "1234512345123459cda4eb9ced49a3d84fd0138c",
"name": "app_key",
"owner": "test_user"
}
]
}