APIHub
Back to Explore

Twilio - Content

The Twilio Content API lets you manage Content resources for an account, offering endpoints to list, retrieve, and delete content as well as to query approval status and retrieve combined content‑with‑approval and legacy content listings.

Telecom
basic
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

899ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/v1/Content

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

  • 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

/v1/Content/{Sid}

Deletes a Content resource

  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Content resource to fetch.
GET

/v1/Content/{Sid}

Fetch a Content resource by its unique Content Sid

  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Content resource to fetch.
GET

/v1/Content/{Sid}/ApprovalRequests

Fetch a Content resource's approval status by its unique Content Sid

  • Sid (path, required) — The Twilio-provided string that uniquely identifies the Content resource whose approval information to fetch.
GET

/v1/ContentAndApprovals

Retrieve a list of Contents with approval statuses belonging to the account used to make the request

  • 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

/v1/LegacyContent

Retrieve a list of Legacy Contents belonging to the account used to make the request

  • 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.

6 endpoints auto-detected

Authentication

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

curl -X GET \
  "https://content.twilio.com/v1/Content"

content.twilio.com · HTTPS only