Datadog
datadogAuthenticate with Datadog using API keys or OAuth. Access metrics, logs, and monitoring data.
🔐 Authentication Methods
api_key
API Key
Register at: https://{site}/organization-settings/api-keys
- Go to Organization Settings > API Keys
- Create a new API key
- Copy the key
app_key
Application Key
- Go to Organization Settings > Application Keys
- Create a new application key
- Copy the key
👤 Identity
Account: e.g., site (datadoghq.com, us3.datadoghq.com)
🌐 APIs
api
Base URL: https://api.{site}
Auth Header: DD-API-KEY: {token}
Spec Type: openapi
Methods: api_key
api_v2
Base URL: https://api.{site}
Auth Header: DD-API-KEY: {api_key}
DD-APPLICATION-KEY: {app_key}
Methods: api_key app_key