🐶

Datadog

Developer Tools

Metrics, logs, traces, and infrastructure monitoring

Datadog's API lets you submit metrics, query logs, manage monitors and alerts, and retrieve infrastructure data programmatically for full observability.

Details

Auth Type
API Key + App Key (DD-API-KEY header)
Rate Limit
300 req/hour (free)
Pricing
Free (1-day retention); from $15/host/month
Full Docs
Step 1: Save your provider key

This is NOT your Callio key. Enter the API key from the provider's dashboard (e.g. OpenAI/SendGrid).

API Key + App Key (DD-API-KEY header)

1. Go to https://app.datadoghq.com/organization-settings/api-keys 2. Create an API key 3. Also get an Application key from the same settings 4. Use both in your requests

Get API Credentials

Getting Started

1

Try It Instantly

Click "Try It" above to test the API in the playground

2

Add to Your Agent

Click "Add to Agent" to get your API key and integrate

Common Use Cases

Submit custom metrics
Query logs
Create monitors
Manage dashboards
Set up alerts

💻 Code Examples

Get started quickly with these code examples in your favorite language

curl -X GET \
'https://www.callio.dev/api/proxy/datadog/forward?target=https%3A%2F%2Fapi.datadoghq.com%2Fendpoint' \
-H 'Authorization: Bearer YOUR_CALLIO_KEY' \
-H 'Content-Type: application/json'

💡 Tip: Replace YOUR_CALLIO_KEY with your actual Callio API key from the dashboard.

Ready to integrate Datadog?

Test endpoints live or generate your API key and start building in minutes

Browse More APIs