v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBGoogle Chat Integration
Get space information by display name
Get the resource name and organization binding ID of a space in the Datadog Google Chat integration.
get/api/v2/integration/google-chat/organizations/app/named-spaces/{domain_name}/{space_display_name}
Path parameters
domain_namestring required
The Google Chat domain name.
space_display_namestring required
The Google Chat space display name.
Response
OK
Example response
{
"data": {
"attributes": {
"display_name": "Fake Space Name",
"organization_binding_id": "2f18a894-adb5-4c53-8248-39fd3f5386a5",
"resource_name": "spaces/AAAAAAAAA",
"space_uri": "https://chat.google.com/room/AAAAAAAAA"
},
"id": "596da4af-0563-4097-90ff-07230c3f9db3",
"type": "google-chat-app-named-space"
}
}