Validate API key
documentedCheck if the API key is valid.
GET /api/v1/validateAuthenticationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.datadoghq.com/api/v1/validate" \
-X GET \
-H "Accept: application/json" \
-H "DD-API-KEY: {{DATADOGHQ_API_KEY}}"