---
title: "Makes a test call via Twilio to verify a valid Twilio setup."
method: POST
path: "/server/channels/twilio"
tags: ["Send Test Alert > Channels"]
---

# Makes a test call via Twilio to verify a valid Twilio setup.

`POST /server/channels/twilio`

## Request body

- object
  - `accountSid` string
  - `authToken` string
  - `twilioPhoneNumber` string
  - `phoneNumberToDial` string

## Response `200`

OK

- PingSuccess
  - `result` string

## Other responses

- `400` — ERROR: Invalid Account SID/Auth Token/Phone Numbers.
- `532` — ERROR: Missing required fields.

---

[API](https://skmtc.net/simplystaking/apis/panic-api.md) · [All operations](https://skmtc.net/simplystaking/apis/panic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simplystaking/panic-api/revisions/4400907a393c/schema)
