Search + K

Command Palette

Search for a command to run...

Sign In

Create a queue

POST /2010-04-01/Accounts/{AccountSid}/Queues.json
Copy endpoint
https://api.twilio.com

Create a queue

Parameters

path Path Parameters

Name Type
AccountSid required

The SID of the Account that will create the resource.

`AC${string}`

Request Body

application/x-www-form-urlencoded
{ FriendlyName: string;MaxSize?: number; }

Responses

201 application/json

Created

interface ApiV2010AccountQueue {
date_updated?: string | null;
current_size?: number;
friendly_name?: string | null;
uri?: string | null;
account_sid?: `AC${string}` | null;
average_wait_time?: number;
sid?: `QU${string}` | null;
date_created?: string | null;
max_size?: number;
}