---
title: "Create Twilio Auth"
method: POST
path: "/api/v1/channel/twilio"
tags: ["Channel"]
---

# Create Twilio Auth

`POST /api/v1/channel/twilio`

Create a new twilio auth

## Request body

- ITwilloAuthCreate
  - `name` string, nullable, required
  - `twilio_account_sid` string, nullable, required
  - `twilio_auth_token` string, nullable, required

## Response `201`

Successful Response

- IPostResponseBaseITwilloAuthCreate
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` ITwilloAuthCreate
    - `name` string, nullable, required
    - `twilio_account_sid` string, nullable, required
    - `twilio_auth_token` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/insighto/apis/ragify.md) · [All operations](https://skmtc.net/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
