v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBGoogle Chat Integration
Get all organization handles
Get a list of all organization handles from the Datadog Google Chat integration.
get/api/v2/integration/google-chat/organizations/{organization_binding_id}/organization-handles
Path parameters
organization_binding_idstring required
Your organization binding ID.
Response
OK
Example response
{
"data": [
{
"attributes": {
"name": "general-handle",
"space_display_name": "General",
"space_resource_name": "spaces/AAAAAAAAA"
},
"id": "596da4af-0563-4097-90ff-07230c3f9db3",
"type": "google-chat-organization-handle"
},
{
"attributes": {
"name": "general-handle-2",
"space_display_name": "General2",
"space_resource_name": "spaces/BBBBBBBBB"
},
"id": "596da4af-0563-4097-90ff-07230c3f9db4",
"type": "google-chat-organization-handle"
}
]
}