Pub/Sub Notifications

Get a specific Pub/Sub channel

Get a specific Pub/Sub channel from a specific Nylas application.

get/v3/channels/pubsub/{id}

Path parameters

idstring required

The ID of the Pub/Sub channel to retrieve.

Response

Get specific 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 for Event updates",
    "topic": "projects/your-project-id/topics/your-topic-id",
    "notification_email_addresses": [
      "jane@example.com",
      "joe@example.com"
    ],
    "status_updated_at": 1234567890,
    "created_at": 1234567890,
    "updated_at": 1234567890
  }
}

Changes