---
title: "Check SNS"
method: POST
path: "/check_sns"
tags: ["product:chat"]
---

# Check SNS

`POST /check_sns`

Validates Amazon SNS configuration

## Request body

- CheckSNSRequest, nullable
  - `sns_key` string — AWS SNS access key
  - `sns_secret` string — AWS SNS key secret
  - `sns_topic_arn` string — AWS SNS topic ARN

## Response `201`

Successful response

- CheckSNSResponse, nullable
  - `data` object — Error data
  - `duration` string, required
  - `error` string — Error text
  - `status` string, required — Validation result. One of: ok, error

## Other responses

- `400` — Bad request
- `429` — Too many requests

---

[API](https://skmtc.net/getstream/apis/stream-api.md) · [All operations](https://skmtc.net/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getstream/stream-api/versions/3dba86aaa0d8/schema)
