Pub/Sub Notifications
Get Pub/Sub channels for an application
Get the Pub/Sub channels for an application.
get/v3/channels/pubsub
Response
Get Pub/Sub channel information
Example response
{
"data": [
{
"id": "UMWjAjMeWQ4D8gYF2moonK4486",
"description": "Production Pub/Sub channel for Email notifications",
"topic": "projects/your-project-id/topics/your-topic-id",
"notification_email_addresses": [
"jane@example.com",
"joe@example.com"
]
}
]
}