---
title: "POST: /api/v1.0/admin/aws/sns Validates the message signature and if valid, and it's a bounce notification, disables the user."
method: POST
path: "/api/v1/admin/aws/sns"
tags: ["AwsSns"]
---

# POST: /api/v1.0/admin/aws/sns Validates the message signature and if valid, and it's a bounce notification, disables the user.

`POST /api/v1/admin/aws/sns`

## Request body

- Message
  - `messageId` string, nullable
  - `Message` string, nullable
  - `signature` string, nullable
  - `signatureVersion` string, nullable
  - `signingCertURL` string, nullable
  - `subscribeURL` string, nullable
  - `subject` string, nullable
  - `timestamp` string, date-time
  - `token` string, nullable
  - `topicArn` string, nullable
  - `type` string, nullable
  - `unsubscribeURL` string, nullable
  - `isSubscriptionType` boolean
  - `isUnsubscriptionType` boolean
  - `isNotificationType` boolean

## Response `200`

OK

---

[API](https://skmtc.dev/q2developer/apis/q2-portal-web-server.md) · [All operations](https://skmtc.dev/q2developer/apis/q2-portal-web-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/q2developer/q2-portal-web-server/revisions/7225eea22612/schema)
