Sms-settings API
Auto-generated from the OpenAPI spec. Run
node docs-site/scripts/fetch-openapi.jsto regenerate.
GET /api/v1/sms/settings
Get Sms Settings
Responses
- 200 — Successful Response
PUT /api/v1/sms/settings
Update Sms Settings
Request body
| Field | Required | Type | Description |
|---|---|---|---|
account_sid | No | string | |
auth_token | No | string | |
from_number | No | string | |
enabled | No | boolean |
Responses
- 200 — Successful Response
- 422 — Validation Error
POST /api/v1/sms/settings/test
Send Test Sms Endpoint
Send a test SMS to verify the Twilio configuration works.
Request body
| Field | Required | Type | Description |
|---|---|---|---|
to_phone | Yes | string |
Responses
- 200 — Successful Response
- 422 — Validation Error