Amazon SNS Notifications
Get a specific Amazon SNS channel
Get a specific Amazon SNS notification channel from a specific Nylas application.
get/v3/channels/sns/{id}
Path parameters
idstring required
The ID of the Amazon SNS channel to retrieve.
Response
Get specific Amazon SNS channel information
Example response
{
"data": {
"id": "UMWjAjMeWQ4D8gYF2moonK4486",
"description": "Production SNS channel for Event updates",
"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"
],
"status_updated_at": 1234567890,
"created_at": 1234567890,
"updated_at": 1234567890
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.