Amazon SNS Notifications

Get Amazon SNS channels for an application

Get the Amazon SNS notification channels for an application.

get/v3/channels/sns

Response

Get Amazon SNS channel information

request_idstring

The unique ID of the request that generated this response.

Example response

{
  "data": [
    {
      "id": "UMWjAjMeWQ4D8gYF2moonK4486",
      "description": "Production SNS channel for Email notifications",
      "topic": "arn:aws:sns:us-east-1:123456789012:my-topic",
      "role_arn": "arn:aws:iam::123456789012:role/nylas-sns-role",
      "notification_email_addresses": [
        "jane@example.com",
        "joe@example.com"
      ]
    }
  ]
}

Changes

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