Datadog · JSON Structure

Datadog Api Api Key Response Structure

Response for retrieving an API key.

Type: object Properties: 2
AnalyticsDashboardsMonitoringPlatformT1Visualizations

APIKeyResponse is a JSON Structure definition published by Datadog, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data included

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-api-api-key-response-structure.json",
  "name": "APIKeyResponse",
  "description": "Response for retrieving an API key.",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/FullAPIKey"
    },
    "included": {
      "description": "Array of objects related to the API key.",
      "items": {
        "$ref": "#/components/schemas/APIKeyResponseIncludedItem"
      },
      "type": "array",
      "x-merge-override": {
        "items": false
      }
    }
  }
}