---
title: "Send SMS to shopper"
method: POST
path: "/api/public/v1/subscriptions/{id}/send_sms"
tags: ["Subscriptions"]
---

# Send SMS to shopper

`POST /api/public/v1/subscriptions/{id}/send_sms`

Send SMS to shopper with a link to the cart and confirmation steps for a specific subscription

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `202`

SMS sent successfully

## Other responses

- `401` — unauthorized
- `422` — Subscription not found

---

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