How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Datadog Integration API

The Integration API from Datadog — 4 operation(s) for integration.

Datadog Integration API is one of 290 APIs that Datadog publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include Integration. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, an API reference, and 4 JSON Schemas.

This API exposes 9 operations across 4 paths, and defines 67 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against 3 base URLs: https://{subdomain}.{site}, {protocol}://{name}, https://{subdomain}.{site}.

9 operations 4 paths 67 schemas 2 DELETE3 GET2 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://api.datadoghq.com
Authentication
OAuth 2.0, API Key, API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 4

Datadog Integration API declares 4 security schemes for authenticating requests. It supports OAuth 2.0 (AuthZ) using the authorizationCode flow, exposing 68 scopes. An API key is passed in the header as DD-API-KEY (apiKeyAuth). An API key is passed in the header as DD-APPLICATION-KEY (appKeyAuth). It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • AuthZ — This API uses OAuth 2 with the implicit grant flow.
  • apiKeyAuth — Your Datadog API Key.
  • appKeyAuth — Your Datadog APP Key.

Paths & Operations 9

Across 4 paths, the API surfaces 9 operations — 2 DELETE, 3 GET, 2 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Integration 9
GET
/api/v2/incidents/{incident_id}/relationships/integrations
Datadog Get a List of an Incident's Integration Metadata
ListIncidentIntegrations 1 param → 200400401403404429
POST
/api/v2/incidents/{incident_id}/relationships/integrations
Datadog Create an Incident Integration Metadata
CreateIncidentIntegration 1 param body → 201400401403404429
DELETE
/api/v2/incidents/{incident_id}/relationships/integrations/{integration_metadata_id}
Datadog Delete an Incident Integration Metadata
DeleteIncidentIntegration 2 params → 204400401403404429
GET
/api/v2/incidents/{incident_id}/relationships/integrations/{integration_metadata_id}
Datadog Get Incident Integration Metadata Details
GetIncidentIntegration 2 params → 200400401403404429
PATCH
/api/v2/incidents/{incident_id}/relationships/integrations/{integration_metadata_id}
Datadog Update an Existing Incident Integration Metadata
UpdateIncidentIntegration 2 params body → 200400401403404429
POST
/api/v2/integration/aws/accounts
Datadog Create an Aws Integration
CreateAWSAccount body → 200400403409429
DELETE
/api/v2/integration/aws/accounts/{aws_account_config_id}
Datadog Delete an Aws Integration
DeleteAWSAccount 1 param → 204400403404429
GET
/api/v2/integration/aws/accounts/{aws_account_config_id}
Datadog Get an Aws Integration by Config Id
GetAWSAccount 1 param → 200400403404429
PATCH
/api/v2/integration/aws/accounts/{aws_account_config_id}
Datadog Update an Aws Integration
UpdateAWSAccount 1 param body → 200400403404429

Schemas 67

The contract defines 67 schemas that model the data the API accepts and returns. The most detailed are UserAttributes (12 properties), AWSAccountResponseAttributes (11 properties), AWSAccountCreateRequestAttributes (9 properties), AWSAccountUpdateRequestAttributes (9 properties). Each schema is shown below with its type and property counts.

IncidentIntegrationMetadataListResponse
object
Response with a list of incident integration metadata.
3 properties 1 required
RelationshipToOrganizations
object
Relationship to organizations.
1 property 1 required
RelationshipToUserData
object
Relationship to user object.
2 properties 2 required
AWSTracesConfig
object
AWS Traces Collection config.
1 property
IncidentIntegrationMetadataPatchData
object
Incident integration metadata data for a patch request.
2 properties 2 required
UsersType
string
Users resource type.
AWSMetricsConfig
object
AWS Metrics Collection config.
6 properties
AWSNamespaceFiltersIncludeOnly
object
Include only these namespaces.
1 property 1 required
IncidentResponseMetaPagination
object
Pagination properties.
3 properties
AWSAccountResponseData
object
AWS Account response data.
3 properties 2 required
AWSRegionsIncludeOnly
object
Include only these regions.
1 property 1 required
IncidentIntegrationRelationships
object
The incident's integration relationships from a response.
2 properties
AWSAccountCreateRequestAttributes
object
The AWS Account Integration Config to be created.
9 properties 3 required
IncidentIntegrationMetadataMetadata
Incident integration metadata's metadata attribute.
RelationshipToRoles
object
Relationship to roles.
1 property
AWSLogsConfig
object
AWS Logs Collection config.
1 property
APIErrorResponse
object
API error response.
1 property 1 required
UserResponseRelationships
object
Relationships of the user object returned by the API.
4 properties
AWSAccountUpdateRequest
object
AWS Account Update Request body.
1 property 1 required
XRayServicesIncludeAll
object
Include all services.
1 property 1 required
IncidentIntegrationMetadataResponse
object
Response with an incident integration metadata.
2 properties 1 required
JiraIntegrationMetadata
object
Incident integration metadata for the Jira integration.
1 property 1 required
AWSRegionsIncludeAll
object
Include all regions. Defaults to true.
1 property 1 required
IncidentIntegrationMetadataCreateData
object
Incident integration metadata data for a create request.
2 properties 2 required
MSTeamsIntegrationMetadataTeamsItem
object
Item in the Microsoft Teams integration metadata teams array.
4 properties 4 required
UserAttributes
object
Attributes of user object returned by the API.
12 properties
IncidentIntegrationMetadataType
string
Integration metadata resource type.
IncidentResponseMeta
object
The metadata object containing pagination metadata.
1 property
AWSNamespaceFiltersExcludeOnly
object
Exclude only these namespaces from metrics collection. Defaults to ["AWS/SQS", "AWS/ElasticMapReduce"]. AWS/SQS and AWS/ElasticMapReduce are excluded by defaul…
1 property 1 required
AWSRegions
AWS Regions to collect data from. Defaults to includeall.
AWSAccountCreateRequestData
object
AWS Account Create Request data.
2 properties 2 required
IncidentIntegrationMetadataResponseData
object
Incident integration metadata from a response.
4 properties 2 required
AWSAccountUpdateRequestData
object
AWS Account Update Request data.
3 properties 2 required
AWSAccountResponse
object
AWS Account response body.
1 property 1 required
AWSAccountConfigID
string
Unique Datadog ID of the AWS Account Integration Config. To get the config ID for an account, use the [List all AWS integrations](https://docs.datadoghq.com/ap…
AWSResourcesConfig
object
AWS Resources Collection config.
2 properties
AWSAccountUpdateRequestAttributes
object
The AWS Account Integration Config to be updated.
9 properties 1 required
AWSAccountCreateRequest
object
AWS Account Create Request body.
1 property 1 required
MSTeamsIntegrationMetadata
object
Incident integration metadata for the Microsoft Teams integration.
1 property 1 required
AWSAccountResponseAttributes
object
AWS Account response attributes.
11 properties 1 required
AWSLambdaForwarderConfig
object
Log Autosubscription configuration for Datadog Forwarder Lambda functions. Automatically set up triggers for existing and new logs for some services, ensuring…
2 properties
IncidentIntegrationMetadataAttributes
object
Incident integration metadata's attributes for a create request.
6 properties 2 required
JiraIntegrationMetadataIssuesItem
object
Item in the Jira integration metadata issue array.
5 properties 2 required
AWSNamespaceTagFilter
object
AWS Metrics Collection tag filters list. Defaults to []. The array of custom AWS resource tags (in the form key:value) defines a filter that Datadog uses when…
2 properties
SlackIntegrationMetadata
object
Incident integration metadata for the Slack integration.
1 property 1 required
IncidentIntegrationMetadataResponseIncludedItem
An object related to an incident integration metadata that is included in the response.
RelationshipToRoleData
object
Relationship to role object.
2 properties
SlackIntegrationMetadataChannelItem
object
Item in the Slack integration metadata channel array.
4 properties 3 required
User
object
User object returned by the API.
4 properties
RelationshipToOrganizationData
object
Relationship to organization object.
2 properties 2 required
IncidentIntegrationMetadataCreateRequest
object
Create request for an incident integration metadata.
1 property 1 required
AWSAccountPartition
string
AWS partition your AWS account is scoped to. Defaults to aws. See [Partitions](https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/pa…
AWSAuthConfig
AWS Authentication config.
RelationshipToUser
object
Relationship to user.
1 property 1 required
RolesType
string
Roles type.
AWSAuthConfigKeys
object
AWS Authentication config to integrate your account using an access key pair.
2 properties 1 required
XRayServicesList
AWS X-Ray services to collect traces from. Defaults to includeonly.
OrganizationsType
string
Organizations resource type.
AWSAccountID
string
AWS Account ID.
AWSAccountTags
array
Tags to apply to all hosts and metrics reporting for this account. Defaults to [].
AWSAuthConfigRole
object
AWS Authentication config to integrate your account using an IAM role.
2 properties 1 required
XRayServicesIncludeOnly
object
Include only these services. Defaults to [].
1 property 1 required
RelationshipToOrganization
object
Relationship to an organization.
1 property 1 required
RelationshipToUsers
object
Relationship to users.
1 property 1 required
IncidentIntegrationMetadataPatchRequest
object
Patch request for an incident integration metadata.
1 property 1 required
AWSNamespaceFilters
AWS Metrics namespace filters. Defaults to excludeonly.
AWSAccountType
string
AWS Account resource type.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

datadog-integration-api-openapi.yml Raw ↑

Other APIs Datadog publishes across the network.

Datadog Dashboards API
Datadog Synthetics API
Datadog Service Level Objectives API
Datadog Security Monitoring API
Datadog Service Definition API
Datadog Software Catalog API
Datadog Users API
Datadog Roles API
Datadog Key Management API
Datadog Organizations API
Datadog Downtimes API
Datadog RUM API
Where this information came from

This is an independent, third-party profile of Datadog Integration API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.