v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Google Chat Integration

Get a Google Chat organization binding

Get a Google Chat organization binding from the Datadog Google Chat integration.

get/api/v2/integration/google-chat/organizations/{organization_binding_id}

Path parameters

organization_binding_idstring required

Your organization binding ID.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "domain_id": "fake-domain-id",
      "domain_name": "example.com"
    },
    "id": "5ce87709-a12f-4086-fcc8-147045b73a19",
    "relationships": {
      "delegated_user": {
        "data": {
          "id": "2b3c4d5e-6f78-9012-bcde-f23456789012",
          "type": "google-chat-delegated-user"
        }
      }
    },
    "type": "google-chat-organization"
  }
}