---
title: "Check SQS"
method: POST
path: "/check_sqs"
tags: ["product:chat"]
---

# Check SQS

`POST /check_sqs`

Validates Amazon SQS credentials

## Request body

- CheckSQSRequest, nullable
  - `sqs_key` string — AWS SQS access key
  - `sqs_secret` string — AWS SQS key secret
  - `sqs_url` string — AWS SQS endpoint URL

## Response `201`

Successful response

- CheckSQSResponse, 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)
