APIHub
Back to Explore

Twilio - Api

The Twilio REST API offers programmatic access to manage communication resources such as accounts, sub‑accounts, addresses, applications, authorized connect apps, available phone numbers, and call feedback within the Twilio platform.

Telecom
basic
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

337ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Feedback.json

Fetch a Feedback resource from a call

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • CallSid (path, required) — The call sid that uniquely identifies the call
POST

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Feedback.json

Update a Feedback resource for a call

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • CallSid (path, required) — The call sid that uniquely identifies the call
GET

/2010-04-01/Accounts.json

Retrieves a collection of Accounts belonging to the account used to make the request

  • FriendlyName (query) — Only return the Account resources with friendly names that exactly match this name.
  • Status (query) — Only return Account resources with the given status. Can be `closed`, `suspended` or `active`.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts.json

Create a new Twilio Subaccount from the account making the request

GET

/2010-04-01/Accounts/{AccountSid}/Addresses.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to read.
  • CustomerName (query) — The `customer_name` of the Address resources to read.
  • FriendlyName (query) — The string that identifies the Address resources to read.
  • IsoCountry (query) — The ISO country code of the Address resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/Addresses.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Address resource.
GET

/2010-04-01/Accounts/{AccountSid}/Addresses/{AddressSid}/DependentPhoneNumbers.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DependentPhoneNumber resources to read.
  • AddressSid (path, required) — The SID of the Address resource associated with the phone number.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
DELETE

/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Address resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Address resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Address resource to update.
GET

/2010-04-01/Accounts/{AccountSid}/Applications.json

Retrieve a list of applications representing an application within the requesting account

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to read.
  • FriendlyName (query) — The string that identifies the Application resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/Applications.json

Create a new application within your account

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
DELETE

/2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json

Delete the application by the specified application sid

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Application resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json

Fetch the application specified by the provided sid

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Application resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json

Updates the application's properties

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Application resource to update.
GET

/2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps.json

Retrieve a list of authorized-connect-apps belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}.json

Fetch an instance of an authorized-connect-app

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource to fetch.
  • ConnectAppSid (path, required) — The SID of the Connect App to fetch.
GET

/2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the available phone number Country resources.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the available phone number Country resource.
  • CountryCode (path, required) — The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country to fetch available phone number information about.
GET

/2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Local.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.
  • CountryCode (path, required) — The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers.
  • AreaCode (query) — The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
  • Contains (query) — The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-number-pattern) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-character-pattern). If specified, this value must have at least two characters.
  • SmsEnabled (query) — Whether the phone numbers can receive text messages. Can be: `true` or `false`.
  • MmsEnabled (query) — Whether the phone numbers can receive MMS messages. Can be: `true` or `false`.
  • VoiceEnabled (query) — Whether the phone numbers can receive calls. Can be: `true` or `false`.
  • ExcludeAllAddressRequired (query) — Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeLocalAddressRequired (query) — Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeForeignAddressRequired (query) — Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • Beta (query) — Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`.
  • NearNumber (query) — Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
  • NearLatLong (query) — Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada.
  • Distance (query) — The search radius, in miles, for a `near_` query. Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada.
  • InPostalCode (query) — Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
  • InRegion (query) — Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
  • InRateCenter (query) — Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
  • InLata (query) — Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada.
  • InLocality (query) — Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
  • FaxEnabled (query) — Whether the phone numbers can receive faxes. Can be: `true` or `false`.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/MachineToMachine.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.
  • CountryCode (path, required) — The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers.
  • AreaCode (query) — The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
  • Contains (query) — The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
  • SmsEnabled (query) — Whether the phone numbers can receive text messages. Can be: `true` or `false`.
  • MmsEnabled (query) — Whether the phone numbers can receive MMS messages. Can be: `true` or `false`.
  • VoiceEnabled (query) — Whether the phone numbers can receive calls. Can be: `true` or `false`.
  • ExcludeAllAddressRequired (query) — Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeLocalAddressRequired (query) — Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeForeignAddressRequired (query) — Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • Beta (query) — Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`.
  • NearNumber (query) — Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
  • NearLatLong (query) — Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada.
  • Distance (query) — The search radius, in miles, for a `near_` query. Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada.
  • InPostalCode (query) — Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
  • InRegion (query) — Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
  • InRateCenter (query) — Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
  • InLata (query) — Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada.
  • InLocality (query) — Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
  • FaxEnabled (query) — Whether the phone numbers can receive faxes. Can be: `true` or `false`.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Mobile.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.
  • CountryCode (path, required) — The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers.
  • AreaCode (query) — The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
  • Contains (query) — The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
  • SmsEnabled (query) — Whether the phone numbers can receive text messages. Can be: `true` or `false`.
  • MmsEnabled (query) — Whether the phone numbers can receive MMS messages. Can be: `true` or `false`.
  • VoiceEnabled (query) — Whether the phone numbers can receive calls. Can be: `true` or `false`.
  • ExcludeAllAddressRequired (query) — Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeLocalAddressRequired (query) — Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeForeignAddressRequired (query) — Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • Beta (query) — Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`.
  • NearNumber (query) — Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
  • NearLatLong (query) — Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada.
  • Distance (query) — The search radius, in miles, for a `near_` query. Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada.
  • InPostalCode (query) — Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
  • InRegion (query) — Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
  • InRateCenter (query) — Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
  • InLata (query) — Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada.
  • InLocality (query) — Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
  • FaxEnabled (query) — Whether the phone numbers can receive faxes. Can be: `true` or `false`.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/National.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.
  • CountryCode (path, required) — The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers.
  • AreaCode (query) — The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
  • Contains (query) — The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
  • SmsEnabled (query) — Whether the phone numbers can receive text messages. Can be: `true` or `false`.
  • MmsEnabled (query) — Whether the phone numbers can receive MMS messages. Can be: `true` or `false`.
  • VoiceEnabled (query) — Whether the phone numbers can receive calls. Can be: `true` or `false`.
  • ExcludeAllAddressRequired (query) — Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeLocalAddressRequired (query) — Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeForeignAddressRequired (query) — Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • Beta (query) — Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`.
  • NearNumber (query) — Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
  • NearLatLong (query) — Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada.
  • Distance (query) — The search radius, in miles, for a `near_` query. Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada.
  • InPostalCode (query) — Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
  • InRegion (query) — Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
  • InRateCenter (query) — Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
  • InLata (query) — Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada.
  • InLocality (query) — Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
  • FaxEnabled (query) — Whether the phone numbers can receive faxes. Can be: `true` or `false`.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/SharedCost.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.
  • CountryCode (path, required) — The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers.
  • AreaCode (query) — The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
  • Contains (query) — The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
  • SmsEnabled (query) — Whether the phone numbers can receive text messages. Can be: `true` or `false`.
  • MmsEnabled (query) — Whether the phone numbers can receive MMS messages. Can be: `true` or `false`.
  • VoiceEnabled (query) — Whether the phone numbers can receive calls. Can be: `true` or `false`.
  • ExcludeAllAddressRequired (query) — Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeLocalAddressRequired (query) — Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeForeignAddressRequired (query) — Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • Beta (query) — Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`.
  • NearNumber (query) — Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
  • NearLatLong (query) — Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada.
  • Distance (query) — The search radius, in miles, for a `near_` query. Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada.
  • InPostalCode (query) — Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
  • InRegion (query) — Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
  • InRateCenter (query) — Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
  • InLata (query) — Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada.
  • InLocality (query) — Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
  • FaxEnabled (query) — Whether the phone numbers can receive faxes. Can be: `true` or `false`.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/TollFree.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.
  • CountryCode (path, required) — The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers.
  • AreaCode (query) — The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
  • Contains (query) — The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
  • SmsEnabled (query) — Whether the phone numbers can receive text messages. Can be: `true` or `false`.
  • MmsEnabled (query) — Whether the phone numbers can receive MMS messages. Can be: `true` or `false`.
  • VoiceEnabled (query) — Whether the phone numbers can receive calls. Can be: `true` or `false`.
  • ExcludeAllAddressRequired (query) — Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeLocalAddressRequired (query) — Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeForeignAddressRequired (query) — Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • Beta (query) — Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`.
  • NearNumber (query) — Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
  • NearLatLong (query) — Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada.
  • Distance (query) — The search radius, in miles, for a `near_` query. Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada.
  • InPostalCode (query) — Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
  • InRegion (query) — Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
  • InRateCenter (query) — Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
  • InLata (query) — Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada.
  • InLocality (query) — Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
  • FaxEnabled (query) — Whether the phone numbers can receive faxes. Can be: `true` or `false`.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Voip.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources.
  • CountryCode (path, required) — The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers.
  • AreaCode (query) — The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
  • Contains (query) — The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
  • SmsEnabled (query) — Whether the phone numbers can receive text messages. Can be: `true` or `false`.
  • MmsEnabled (query) — Whether the phone numbers can receive MMS messages. Can be: `true` or `false`.
  • VoiceEnabled (query) — Whether the phone numbers can receive calls. Can be: `true` or `false`.
  • ExcludeAllAddressRequired (query) — Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeLocalAddressRequired (query) — Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • ExcludeForeignAddressRequired (query) — Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`.
  • Beta (query) — Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`.
  • NearNumber (query) — Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
  • NearLatLong (query) — Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada.
  • Distance (query) — The search radius, in miles, for a `near_` query. Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada.
  • InPostalCode (query) — Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
  • InRegion (query) — Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
  • InRateCenter (query) — Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
  • InLata (query) — Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada.
  • InLocality (query) — Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
  • FaxEnabled (query) — Whether the phone numbers can receive faxes. Can be: `true` or `false`.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Balance.json

Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information

  • AccountSid (path, required) — The unique SID identifier of the Account.
GET

/2010-04-01/Accounts/{AccountSid}/Calls.json

Retrieves a collection of calls made to and from your account

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to read.
  • To (query) — Only show calls made to this phone number, SIP address, Client identifier or SIM SID.
  • From (query) — Only include calls from this phone number, SIP address, Client identifier or SIM SID.
  • ParentCallSid (query) — Only include calls spawned by calls with this SID.
  • Status (query) — The status of the calls to include. Can be: `queued`, `ringing`, `in-progress`, `canceled`, `completed`, `failed`, `busy`, or `no-answer`.
  • StartTime (query) — Only include calls that started on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read only calls that started on this date. You can also specify an inequality, such as `StartTime =YYYY-MM-DD` to read calls that started on or after midnight of this date.
  • StartTime< (query) — Only include calls that started on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read only calls that started on this date. You can also specify an inequality, such as `StartTime =YYYY-MM-DD` to read calls that started on or after midnight of this date.
  • StartTime> (query) — Only include calls that started on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read only calls that started on this date. You can also specify an inequality, such as `StartTime =YYYY-MM-DD` to read calls that started on or after midnight of this date.
  • EndTime (query) — Only include calls that ended on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read only calls that ended on this date. You can also specify an inequality, such as `EndTime =YYYY-MM-DD` to read calls that ended on or after midnight of this date.
  • EndTime< (query) — Only include calls that ended on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read only calls that ended on this date. You can also specify an inequality, such as `EndTime =YYYY-MM-DD` to read calls that ended on or after midnight of this date.
  • EndTime> (query) — Only include calls that ended on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read only calls that ended on this date. You can also specify an inequality, such as `EndTime =YYYY-MM-DD` to read calls that ended on or after midnight of this date.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/Calls.json

Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
POST

/2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary.json

Create a FeedbackSummary resource for a call

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
DELETE

/2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json

Delete a FeedbackSummary resource from a call

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • Sid (path, required) — A 34 character string that uniquely identifies this resource.
GET

/2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json

Fetch a FeedbackSummary resource from a call

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • Sid (path, required) — A 34 character string that uniquely identifies this resource.
GET

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Events.json

Retrieve a list of all events for a call.

  • AccountSid (path, required) — The unique SID identifier of the Account.
  • CallSid (path, required) — The unique SID identifier of the Call.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resources to read.
  • CallSid (path, required) — The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the Call Notification resources to read.
  • Log (query) — Only read notifications of the specified log level. Can be: `0` to read only ERROR notifications or `1` to read only WARNING notifications. By default, all notifications are read.
  • MessageDate (query) — Only show notifications for the specified date, formatted as `YYYY-MM-DD`. You can also specify an inequality, such as ` =YYYY-MM-DD` for messages logged at or after midnight on a date.
  • MessageDate< (query) — Only show notifications for the specified date, formatted as `YYYY-MM-DD`. You can also specify an inequality, such as ` =YYYY-MM-DD` for messages logged at or after midnight on a date.
  • MessageDate> (query) — Only show notifications for the specified date, formatted as `YYYY-MM-DD`. You can also specify an inequality, such as ` =YYYY-MM-DD` for messages logged at or after midnight on a date.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications/{Sid}.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resource to fetch.
  • CallSid (path, required) — The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the Call Notification resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Call Notification resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments.json

create an instance of payments. This will start a new payments session

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
  • CallSid (path, required) — The SID of the call that will create the resource. Call leg associated with this sid is expected to provide payment information thru DTMF.
POST

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments/{Sid}.json

update an instance of payments with different phases of payment flows.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will update the resource.
  • CallSid (path, required) — The SID of the call that will update the resource. This should be the same call sid that was used to create payments resource.
  • Sid (path, required) — The SID of Payments session that needs to be updated.
GET

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json

Retrieve a list of recordings belonging to the call used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to read.
  • CallSid (path, required) — The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resources to read.
  • DateCreated (query) — The `date_created` value, specified as `YYYY-MM-DD`, of the resources to read. You can also specify inequality: `DateCreated =YYYY-MM-DD` returns recordings generated at or after midnight on a date.
  • DateCreated< (query) — The `date_created` value, specified as `YYYY-MM-DD`, of the resources to read. You can also specify inequality: `DateCreated =YYYY-MM-DD` returns recordings generated at or after midnight on a date.
  • DateCreated> (query) — The `date_created` value, specified as `YYYY-MM-DD`, of the resources to read. You can also specify inequality: `DateCreated =YYYY-MM-DD` returns recordings generated at or after midnight on a date.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json

Create a recording for the call

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
  • CallSid (path, required) — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) to associate the resource with.
DELETE

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json

Delete a recording from your account

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to delete.
  • CallSid (path, required) — The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resources to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Recording resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json

Fetch an instance of a recording for a call

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to fetch.
  • CallSid (path, required) — The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Recording resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json

Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to update.
  • CallSid (path, required) — The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Recording resource to update.
POST

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Siprec.json

Create a Siprec

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Siprec resource.
  • CallSid (path, required) — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with.
POST

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Siprec/{Sid}.json

Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Siprec resource.
  • CallSid (path, required) — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with.
  • Sid (path, required) — The SID of the Siprec resource, or the `name` used when creating the resource
POST

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams.json

Create a Stream

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource.
  • CallSid (path, required) — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with.
POST

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams/{Sid}.json

Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource.
  • CallSid (path, required) — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with.
  • Sid (path, required) — The SID of the Stream resource, or the `name` used when creating the resource
POST

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions.json

Subscribe to User Defined Messages for a given Call SID.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that subscribed to the User Defined Messages.
  • CallSid (path, required) — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Messages subscription is associated with. This refers to the Call SID that is producing the user defined messages.
DELETE

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions/{Sid}.json

Delete a specific User Defined Message Subscription.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that subscribed to the User Defined Messages.
  • CallSid (path, required) — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message Subscription is associated with. This refers to the Call SID that is producing the User Defined Messages.
  • Sid (path, required) — The SID that uniquely identifies this User Defined Message Subscription.
POST

/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessages.json

Create a new User Defined Message for the given Call SID.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created User Defined Message.
  • CallSid (path, required) — The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message is associated with.
DELETE

/2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json

Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to delete.
  • Sid (path, required) — The Twilio-provided Call SID that uniquely identifies the Call resource to delete
GET

/2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json

Fetch the call specified by the provided Call SID

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to fetch.
  • Sid (path, required) — The SID of the Call resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json

Initiates a call redirect or terminates a call

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Call resource to update
GET

/2010-04-01/Accounts/{AccountSid}/Conferences.json

Retrieve a list of conferences belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to read.
  • DateCreated (query) — The `date_created` value, specified as `YYYY-MM-DD`, of the resources to read. To read conferences that started on or before midnight on a date, use ` =YYYY-MM-DD`.
  • DateCreated< (query) — The `date_created` value, specified as `YYYY-MM-DD`, of the resources to read. To read conferences that started on or before midnight on a date, use ` =YYYY-MM-DD`.
  • DateCreated> (query) — The `date_created` value, specified as `YYYY-MM-DD`, of the resources to read. To read conferences that started on or before midnight on a date, use ` =YYYY-MM-DD`.
  • DateUpdated (query) — The `date_updated` value, specified as `YYYY-MM-DD`, of the resources to read. To read conferences that were last updated on or before midnight on a date, use ` =YYYY-MM-DD`.
  • DateUpdated< (query) — The `date_updated` value, specified as `YYYY-MM-DD`, of the resources to read. To read conferences that were last updated on or before midnight on a date, use ` =YYYY-MM-DD`.
  • DateUpdated> (query) — The `date_updated` value, specified as `YYYY-MM-DD`, of the resources to read. To read conferences that were last updated on or before midnight on a date, use ` =YYYY-MM-DD`.
  • FriendlyName (query) — The string that identifies the Conference resources to read.
  • Status (query) — The status of the resources to read. Can be: `init`, `in-progress`, or `completed`.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json

Retrieve a list of participants belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to read.
  • ConferenceSid (path, required) — The SID of the conference with the participants to read.
  • Muted (query) — Whether to return only participants that are muted. Can be: `true` or `false`.
  • Hold (query) — Whether to return only participants that are on hold. Can be: `true` or `false`.
  • Coaching (query) — Whether to return only participants who are coaching another call. Can be: `true` or `false`.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
  • ConferenceSid (path, required) — The SID of the participant's conference.
DELETE

/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json

Kick a participant from a given conference

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to delete.
  • ConferenceSid (path, required) — The SID of the conference with the participants to delete.
  • CallSid (path, required) — The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to delete. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20.
GET

/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json

Fetch an instance of a participant

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resource to fetch.
  • ConferenceSid (path, required) — The SID of the conference with the participant to fetch.
  • CallSid (path, required) — The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to fetch. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20.
POST

/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json

Update the properties of the participant

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to update.
  • ConferenceSid (path, required) — The SID of the conference with the participant to update.
  • CallSid (path, required) — The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to update. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20.
GET

/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings.json

Retrieve a list of recordings belonging to the call used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resources to read.
  • ConferenceSid (path, required) — The Conference SID that identifies the conference associated with the recording to read.
  • DateCreated (query) — The `date_created` value, specified as `YYYY-MM-DD`, of the resources to read. You can also specify inequality: `DateCreated =YYYY-MM-DD` returns recordings generated at or after midnight on a date.
  • DateCreated< (query) — The `date_created` value, specified as `YYYY-MM-DD`, of the resources to read. You can also specify inequality: `DateCreated =YYYY-MM-DD` returns recordings generated at or after midnight on a date.
  • DateCreated> (query) — The `date_created` value, specified as `YYYY-MM-DD`, of the resources to read. You can also specify inequality: `DateCreated =YYYY-MM-DD` returns recordings generated at or after midnight on a date.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
DELETE

/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json

Delete a recording from your account

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resources to delete.
  • ConferenceSid (path, required) — The Conference SID that identifies the conference associated with the recording to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Conference Recording resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json

Fetch an instance of a recording for a call

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource to fetch.
  • ConferenceSid (path, required) — The Conference SID that identifies the conference associated with the recording to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Conference Recording resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json

Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource to update.
  • ConferenceSid (path, required) — The Conference SID that identifies the conference associated with the recording to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Conference Recording resource to update. Use `Twilio.CURRENT` to reference the current active recording.
GET

/2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json

Fetch an instance of a conference

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Conference resource to fetch
POST

/2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Conference resource to update
GET

/2010-04-01/Accounts/{AccountSid}/ConnectApps.json

Retrieve a list of connect-apps belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
DELETE

/2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json

Delete an instance of a connect-app

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch.
GET

/2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json

Fetch an instance of a connect-app

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json

Update a connect-app with the specified parameters

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the ConnectApp resource to update.
GET

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers.json

Retrieve a list of incoming-phone-numbers belonging to the account used to make the request.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resources to read.
  • Beta (query) — Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`.
  • FriendlyName (query) — A string that identifies the IncomingPhoneNumber resources to read.
  • PhoneNumber (query) — The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit.
  • Origin (query) — Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers.json

Purchase a phone-number for the account.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
GET

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.
  • Beta (query) — Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`.
  • FriendlyName (query) — A string that identifies the resources to read.
  • PhoneNumber (query) — The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit.
  • Origin (query) — Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
GET

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.
  • Beta (query) — Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`.
  • FriendlyName (query) — A string that identifies the resources to read.
  • PhoneNumber (query) — The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit.
  • Origin (query) — Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
GET

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.
  • Beta (query) — Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`.
  • FriendlyName (query) — A string that identifies the resources to read.
  • PhoneNumber (query) — The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit.
  • Origin (query) — Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
GET

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json

Retrieve a list of Add-on installations currently assigned to this Number.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.
  • ResourceSid (path, required) — The SID of the Phone Number to which the Add-on is assigned.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json

Assign an Add-on installation to the Number specified.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
  • ResourceSid (path, required) — The SID of the Phone Number to assign the Add-on.
POST

/2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Key resource to update.
GET

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions.json

Retrieve a list of Extensions for the Assigned Add-on.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read.
  • ResourceSid (path, required) — The SID of the Phone Number to which the Add-on is assigned.
  • AssignedAddOnSid (path, required) — The SID that uniquely identifies the assigned Add-on installation.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions/{Sid}.json

Fetch an instance of an Extension for the Assigned Add-on.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource to fetch.
  • ResourceSid (path, required) — The SID of the Phone Number to which the Add-on is assigned.
  • AssignedAddOnSid (path, required) — The SID that uniquely identifies the assigned Add-on installation.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the resource to fetch.
DELETE

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json

Remove the assignment of an Add-on installation from the Number specified.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to delete.
  • ResourceSid (path, required) — The SID of the Phone Number to which the Add-on is assigned.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json

Fetch an instance of an Add-on installation currently assigned to this Number.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource to fetch.
  • ResourceSid (path, required) — The SID of the Phone Number to which the Add-on is assigned.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the resource to fetch.
DELETE

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json

Delete a phone-numbers belonging to the account used to make the request.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resources to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json

Fetch an incoming-phone-number belonging to the account used to make the request.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json

Update an incoming-phone-number instance.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to update. For more information, see [Exchanging Numbers Between Subaccounts](https://www.twilio.com/docs/iam/api/subaccounts#exchanging-numbers).
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to update.
GET

/2010-04-01/Accounts/{AccountSid}/Keys.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/Keys.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource.
DELETE

/2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Key resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Key resource to fetch.
GET

/2010-04-01/Accounts/{AccountSid}/Messages.json

Retrieve a list of messages belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resources to read.
  • To (query) — Read messages sent to only this phone number.
  • From (query) — Read messages sent from only this phone number or alphanumeric sender ID.
  • DateSent (query) — The date of the messages to show. Specify a date as `YYYY-MM-DD` in GMT to read only messages sent on this date. For example: `2009-07-06`. You can also specify an inequality, such as `DateSent =YYYY-MM-DD` to read messages sent on or after midnight on a date.
  • DateSent< (query) — The date of the messages to show. Specify a date as `YYYY-MM-DD` in GMT to read only messages sent on this date. For example: `2009-07-06`. You can also specify an inequality, such as `DateSent =YYYY-MM-DD` to read messages sent on or after midnight on a date.
  • DateSent> (query) — The date of the messages to show. Specify a date as `YYYY-MM-DD` in GMT to read only messages sent on this date. For example: `2009-07-06`. You can also specify an inequality, such as `DateSent =YYYY-MM-DD` to read messages sent on or after midnight on a date.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/Messages.json

Send a message from the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
POST

/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Feedback.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
  • MessageSid (path, required) — The SID of the Message resource for which the feedback was provided.
GET

/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media.json

Retrieve a list of Media resources belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Media resource(s) to read.
  • MessageSid (path, required) — The SID of the Message resource that this Media resource belongs to.
  • DateCreated (query) — Only include media that was created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read media that was created on this date. You can also specify an inequality, such as `StartTime =YYYY-MM-DD` to read media that was created on or after midnight of this date.
  • DateCreated< (query) — Only include media that was created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read media that was created on this date. You can also specify an inequality, such as `StartTime =YYYY-MM-DD` to read media that was created on or after midnight of this date.
  • DateCreated> (query) — Only include media that was created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read media that was created on this date. You can also specify an inequality, such as `StartTime =YYYY-MM-DD` to read media that was created on or after midnight of this date.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
DELETE

/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json

Delete media from your account. Once delete, you will no longer be billed

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Media resource(s) to delete.
  • MessageSid (path, required) — The SID of the Message resource that this Media resource belongs to.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Media resource to delete
GET

/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json

Fetch a single media instance belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Media resource(s) to fetch.
  • MessageSid (path, required) — The SID of the Message resource that this Media resource belongs to.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Media resource to fetch
DELETE

/2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json

Deletes a message record from your account

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resources to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Message resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json

Fetch a message belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Message resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json

To redact a message-body from a post-flight message record, post to the message instance resource with an empty body

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resources to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Message resource to update.
GET

/2010-04-01/Accounts/{AccountSid}/Notifications.json

Retrieve a list of notifications belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resources to read.
  • Log (query) — Only read notifications of the specified log level. Can be: `0` to read only ERROR notifications or `1` to read only WARNING notifications. By default, all notifications are read.
  • MessageDate (query) — Only show notifications for the specified date, formatted as `YYYY-MM-DD`. You can also specify an inequality, such as ` =YYYY-MM-DD` for messages logged at or after midnight on a date.
  • MessageDate< (query) — Only show notifications for the specified date, formatted as `YYYY-MM-DD`. You can also specify an inequality, such as ` =YYYY-MM-DD` for messages logged at or after midnight on a date.
  • MessageDate> (query) — Only show notifications for the specified date, formatted as `YYYY-MM-DD`. You can also specify an inequality, such as ` =YYYY-MM-DD` for messages logged at or after midnight on a date.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Notifications/{Sid}.json

Fetch a notification belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Notification resource to fetch.
GET

/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json

Retrieve a list of outgoing-caller-ids belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to read.
  • PhoneNumber (query) — The phone number of the OutgoingCallerId resources to read.
  • FriendlyName (query) — The string that identifies the OutgoingCallerId resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for the new caller ID resource.
DELETE

/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json

Delete the caller-id specified from the account

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json

Fetch an outgoing-caller-id belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json

Updates the caller-id

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to update.
GET

/2010-04-01/Accounts/{AccountSid}/Queues.json

Retrieve a list of queues belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/Queues.json

Create a queue

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
GET

/2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members.json

Retrieve the members of the queue

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to read.
  • QueueSid (path, required) — The SID of the Queue in which to find the members
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json

Fetch a specific member from the queue

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to fetch.
  • QueueSid (path, required) — The SID of the Queue in which to find the members to fetch.
  • CallSid (path, required) — The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource(s) to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json

Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to update.
  • QueueSid (path, required) — The SID of the Queue in which to find the members to update.
  • CallSid (path, required) — The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource(s) to update.
DELETE

/2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json

Remove an empty queue

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Queue resource to delete
GET

/2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json

Fetch an instance of a queue identified by the QueueSid

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Queue resource to fetch
POST

/2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json

Update the queue with the new parameters

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Queue resource to update
GET

/2010-04-01/Accounts/{AccountSid}/Recordings.json

Retrieve a list of recordings belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to read.
  • DateCreated (query) — Only include recordings that were created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read recordings that were created on this date. You can also specify an inequality, such as `DateCreated =YYYY-MM-DD` to read recordings that were created on or after midnight of this date.
  • DateCreated< (query) — Only include recordings that were created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read recordings that were created on this date. You can also specify an inequality, such as `DateCreated =YYYY-MM-DD` to read recordings that were created on or after midnight of this date.
  • DateCreated> (query) — Only include recordings that were created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read recordings that were created on this date. You can also specify an inequality, such as `DateCreated =YYYY-MM-DD` to read recordings that were created on or after midnight of this date.
  • CallSid (query) — The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resources to read.
  • ConferenceSid (query) — The Conference SID that identifies the conference associated with the recording to read.
  • IncludeSoftDeleted (query) — A boolean parameter indicating whether to retrieve soft deleted recordings or not. Recordings metadata are kept after deletion for a retention period of 40 days.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to read.
  • RecordingSid (path, required) — The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcriptions to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
DELETE

/2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete.
  • RecordingSid (path, required) — The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcription to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Transcription resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource to fetch.
  • RecordingSid (path, required) — The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcription to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Transcription resource to fetch.
GET

/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults.json

Retrieve a list of results belonging to the recording

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to read.
  • ReferenceSid (path, required) — The SID of the recording to which the result to read belongs.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads.json

Retrieve a list of payloads belonging to the AddOnResult

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to read.
  • ReferenceSid (path, required) — The SID of the recording to which the AddOnResult resource that contains the payloads to read belongs.
  • AddOnResultSid (path, required) — The SID of the AddOnResult to which the payloads to read belongs.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
DELETE

/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json

Delete a credential resource.

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • CredentialListSid (path, required) — The unique id that identifies the credential list that contains the desired credentials.
  • Sid (path, required) — The unique id that identifies the resource to delete.
DELETE

/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json

Delete a payload from the result along with all associated Data

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to delete.
  • ReferenceSid (path, required) — The SID of the recording to which the AddOnResult resource that contains the payloads to delete belongs.
  • AddOnResultSid (path, required) — The SID of the AddOnResult to which the payloads to delete belongs.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json

Fetch an instance of a result payload

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource to fetch.
  • ReferenceSid (path, required) — The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs.
  • AddOnResultSid (path, required) — The SID of the AddOnResult to which the payload to fetch belongs.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch.
DELETE

/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json

Delete a result and purge all associated Payloads

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to delete.
  • ReferenceSid (path, required) — The SID of the recording to which the result to delete belongs.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json

Fetch an instance of an AddOnResult

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resource to fetch.
  • ReferenceSid (path, required) — The SID of the recording to which the result to fetch belongs.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to fetch.
DELETE

/2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json

Delete a recording from your account

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Recording resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json

Fetch an instance of a recording

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Recording resource to fetch.
  • IncludeSoftDeleted (query) — A boolean parameter indicating whether to retrieve soft deleted recordings or not. Recordings metadata are kept after deletion for a retention period of 40 days.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json

Get All Credential Lists

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json

Create a Credential List

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials.json

Retrieve a list of credentials.

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • CredentialListSid (path, required) — The unique id that identifies the credential list that contains the desired credentials.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials.json

Create a new credential resource.

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • CredentialListSid (path, required) — The unique id that identifies the credential list to include the created credential.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json

Fetch a single credential.

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • CredentialListSid (path, required) — The unique id that identifies the credential list that contains the desired credential.
  • Sid (path, required) — The unique id that identifies the resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json

Update a credential resource.

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • CredentialListSid (path, required) — The unique id that identifies the credential list that includes this credential.
  • Sid (path, required) — The unique id that identifies the resource to update.
DELETE

/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json

Delete a Credential List

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • Sid (path, required) — The credential list Sid that uniquely identifies this resource
GET

/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json

Get a Credential List

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • Sid (path, required) — The credential list Sid that uniquely identifies this resource
POST

/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json

Update a Credential List

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • Sid (path, required) — The credential list Sid that uniquely identifies this resource
GET

/2010-04-01/Accounts/{AccountSid}/SIP/Domains.json

Retrieve a list of domains belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/Domains.json

Create a new Domain

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json

Retrieve a list of credential list mappings belonging to the domain used in the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to read.
  • DomainSid (path, required) — The SID of the SIP domain that contains the resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json

Create a new credential list mapping resource

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
  • DomainSid (path, required) — The SID of the SIP domain that will contain the new resource.
DELETE

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json

Delete a credential list mapping from the requested domain

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to delete.
  • DomainSid (path, required) — The SID of the SIP domain that contains the resource to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json

Fetch a specific instance of a credential list mapping

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource to fetch.
  • DomainSid (path, required) — The SID of the SIP domain that contains the resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json

Create a CredentialListMapping resource for an account.

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • DomainSid (path, required) — A 34 character string that uniquely identifies the SIP Domain for which the CredentialList resource will be mapped.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json

Retrieve a list of IP Access Control List mappings belonging to the domain used in the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resources to read.
  • DomainSid (path, required) — The SID of the SIP domain that contains the resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json

Create a new IP Access Control List mapping

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
  • DomainSid (path, required) — The SID of the SIP domain that will contain the new resource.
DELETE

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json

Delete an IP Access Control List mapping from the requested domain

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resources to delete.
  • DomainSid (path, required) — The SID of the SIP domain that contains the resources to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json

Fetch a specific instance of an IP Access Control List mapping

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resource to fetch.
  • DomainSid (path, required) — The SID of the SIP domain that contains the resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to fetch.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings.json

Retrieve a list of credential list mappings belonging to the domain used in the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to read.
  • DomainSid (path, required) — The SID of the SIP domain that contains the resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings.json

Create a new credential list mapping resource

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
  • DomainSid (path, required) — The SID of the SIP domain that will contain the new resource.
DELETE

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json

Delete a credential list mapping from the requested domain

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to delete.
  • DomainSid (path, required) — The SID of the SIP domain that contains the resources to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json

Fetch a specific instance of a credential list mapping

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource to fetch.
  • DomainSid (path, required) — The SID of the SIP domain that contains the resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json

Read multiple CredentialListMapping resources from an account.

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • DomainSid (path, required) — A 34 character string that uniquely identifies the SIP Domain that includes the resource to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
DELETE

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json

Delete a CredentialListMapping resource from an account.

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • DomainSid (path, required) — A 34 character string that uniquely identifies the SIP Domain that includes the resource to delete.
  • Sid (path, required) — A 34 character string that uniquely identifies the resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json

Fetch a single CredentialListMapping resource from an account.

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • DomainSid (path, required) — A 34 character string that uniquely identifies the SIP Domain that includes the resource to fetch.
  • Sid (path, required) — A 34 character string that uniquely identifies the resource to fetch.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings.json

Retrieve a list of IpAccessControlListMapping resources.

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • DomainSid (path, required) — A 34 character string that uniquely identifies the SIP domain.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings.json

Create a new IpAccessControlListMapping resource.

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • DomainSid (path, required) — A 34 character string that uniquely identifies the SIP domain.
DELETE

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json

Delete an IpAccessControlListMapping resource.

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • DomainSid (path, required) — A 34 character string that uniquely identifies the SIP domain.
  • Sid (path, required) — A 34 character string that uniquely identifies the resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json

Fetch an IpAccessControlListMapping resource.

  • AccountSid (path, required) — The unique id of the Account that is responsible for this resource.
  • DomainSid (path, required) — A 34 character string that uniquely identifies the SIP domain.
  • Sid (path, required) — A 34 character string that uniquely identifies the resource to fetch.
DELETE

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json

Delete an instance of a Domain

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resources to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the SipDomain resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json

Fetch an instance of a Domain

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the SipDomain resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json

Update the attributes of a domain

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the SipDomain resource to update.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json

Retrieve a list of IpAccessControlLists that belong to the account used to make the request

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json

Create a new IpAccessControlList resource

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json

Read multiple IpAddress resources.

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • IpAccessControlListSid (path, required) — The IpAccessControlList Sid that identifies the IpAddress resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json

Create a new IpAddress resource.

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • IpAccessControlListSid (path, required) — The IpAccessControlList Sid with which to associate the created IpAddress resource.
DELETE

/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json

Delete an IpAddress resource.

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • IpAccessControlListSid (path, required) — The IpAccessControlList Sid that identifies the IpAddress resources to delete.
  • Sid (path, required) — A 34 character string that uniquely identifies the resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json

Read one IpAddress resource.

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • IpAccessControlListSid (path, required) — The IpAccessControlList Sid that identifies the IpAddress resources to fetch.
  • Sid (path, required) — A 34 character string that uniquely identifies the IpAddress resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json

Update an IpAddress resource.

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • IpAccessControlListSid (path, required) — The IpAccessControlList Sid that identifies the IpAddress resources to update.
  • Sid (path, required) — A 34 character string that identifies the IpAddress resource to update.
DELETE

/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json

Delete an IpAccessControlList from the requested account

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • Sid (path, required) — A 34 character string that uniquely identifies the resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json

Fetch a specific instance of an IpAccessControlList

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • Sid (path, required) — A 34 character string that uniquely identifies the resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json

Rename an IpAccessControlList

  • AccountSid (path, required) — The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
  • Sid (path, required) — A 34 character string that uniquely identifies the resource to udpate.
GET

/2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes.json

Retrieve a list of short-codes belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to read.
  • FriendlyName (query) — The string that identifies the ShortCode resources to read.
  • ShortCode (query) — Only show the ShortCode resources that match this pattern. You can specify partial numbers and use '*' as a wildcard for any digit.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json

Fetch an instance of a short code

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the ShortCode resource to fetch
POST

/2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json

Update a short code with the following parameters

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the ShortCode resource to update
GET

/2010-04-01/Accounts/{AccountSid}/SigningKeys.json

  • AccountSid (path, required)
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/SigningKeys.json

Create a new Signing Key for the account making the request.

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource.
DELETE

/2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json

  • AccountSid (path, required)
  • Sid (path, required)
GET

/2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json

  • AccountSid (path, required)
  • Sid (path, required)
POST

/2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json

  • AccountSid (path, required)
  • Sid (path, required)
POST

/2010-04-01/Accounts/{AccountSid}/Tokens.json

Create a new token for ICE servers

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
GET

/2010-04-01/Accounts/{AccountSid}/Transcriptions.json

Retrieve a list of transcriptions belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to read.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
DELETE

/2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json

Delete a transcription from the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Transcription resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json

Fetch an instance of a Transcription

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Transcription resource to fetch.
GET

/2010-04-01/Accounts/{AccountSid}/Usage/Records.json

Retrieve a list of usage-records belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.
  • Category (query) — The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved.
  • StartDate (query) — Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date.
  • EndDate (query) — Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date.
  • IncludeSubaccounts (query) — Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Usage/Records/AllTime.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.
  • Category (query) — The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved.
  • StartDate (query) — Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date.
  • EndDate (query) — Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date.
  • IncludeSubaccounts (query) — Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Usage/Records/Daily.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.
  • Category (query) — The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved.
  • StartDate (query) — Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date.
  • EndDate (query) — Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date.
  • IncludeSubaccounts (query) — Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Usage/Records/LastMonth.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.
  • Category (query) — The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved.
  • StartDate (query) — Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date.
  • EndDate (query) — Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date.
  • IncludeSubaccounts (query) — Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Usage/Records/Monthly.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.
  • Category (query) — The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved.
  • StartDate (query) — Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date.
  • EndDate (query) — Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date.
  • IncludeSubaccounts (query) — Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Usage/Records/ThisMonth.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.
  • Category (query) — The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved.
  • StartDate (query) — Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date.
  • EndDate (query) — Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date.
  • IncludeSubaccounts (query) — Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Usage/Records/Today.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.
  • Category (query) — The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved.
  • StartDate (query) — Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date.
  • EndDate (query) — Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date.
  • IncludeSubaccounts (query) — Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Usage/Records/Yearly.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.
  • Category (query) — The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved.
  • StartDate (query) — Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date.
  • EndDate (query) — Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date.
  • IncludeSubaccounts (query) — Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Usage/Records/Yesterday.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read.
  • Category (query) — The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved.
  • StartDate (query) — Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date.
  • EndDate (query) — Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date.
  • IncludeSubaccounts (query) — Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account.
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
GET

/2010-04-01/Accounts/{AccountSid}/Usage/Triggers.json

Retrieve a list of usage-triggers belonging to the account used to make the request

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to read.
  • Recurring (query) — The frequency of recurring UsageTriggers to read. Can be: `daily`, `monthly`, or `yearly` to read recurring UsageTriggers. An empty value or a value of `alltime` reads non-recurring UsageTriggers.
  • TriggerBy (query) — The trigger field of the UsageTriggers to read. Can be: `count`, `usage`, or `price` as described in the [UsageRecords documentation](https://www.twilio.com/docs/usage/api/usage-record#usage-count-price).
  • UsageCategory (query) — The usage category of the UsageTriggers to read. Must be a supported [usage categories](https://www.twilio.com/docs/usage/api/usage-record#usage-categories).
  • PageSize (query, limit) — How many resources to return in each list page. The default is 50, and the maximum is 1000.
  • Page (query, page) — The page index. This value is simply for client state.
  • PageToken (query) — The page token. This is provided by the API.
POST

/2010-04-01/Accounts/{AccountSid}/Usage/Triggers.json

Create a new UsageTrigger

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.
DELETE

/2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to delete.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the UsageTrigger resource to delete.
GET

/2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json

Fetch and instance of a usage-trigger

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resource to fetch.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the UsageTrigger resource to fetch.
POST

/2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json

Update an instance of a usage trigger

  • AccountSid (path, required) — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to update.
  • Sid (path, required) — The Twilio-provided string that uniquely identifies the UsageTrigger resource to update.
GET

/2010-04-01/Accounts/{Sid}.json

Fetch the account specified by the provided Account Sid

  • Sid (path, required) — The Account Sid that uniquely identifies the account to fetch
POST

/2010-04-01/Accounts/{Sid}.json

Modify the properties of a given Account

  • Sid (path, required) — The Account Sid that uniquely identifies the account to update

199 endpoints auto-detected

Authentication

This API uses Basic authentication (a username and password).

curl -X GET \
  "https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Feedback.json"

api.twilio.com · HTTPS only