---
title: "Retrieve the suppression status of an SMS message for an order"
method: GET
path: "/shop/orders/{orderId}/sms/suppress"
tags: ["Orders"]
---

# Retrieve the suppression status of an SMS message for an order

`GET /shop/orders/{orderId}/sms/suppress`

This endpoint retrieves the suppression status of a scheduled follow-up or reminder SMS message for an order.

## Response `200`

The suppression status of the SMS message was successfully retrieved

- object
  - `data` SmsMessageSuppressionStatus, required
    - `suppress_reminder_sms` boolean, required — Whether the reminder SMS message has been suppressed.
    - `suppress_followup_sms` boolean, required — Whether the follow-up SMS message has been suppressed.

## Other responses

- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
