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

request_idstring

The unique ID of the request that generated this response.

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"
      ]
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.