v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBGoogle Chat Integration
Get all Google Chat organization bindings
Get a list of all Google Chat organization bindings in the Datadog Google Chat integration.
get/api/v2/integration/google-chat/organizations
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"
}
]
}