{"@context": "https://schema.org", "@type": "WebAPI", "name": "Twilio - Api API", "description": "This is the public Twilio REST API.", "provider": {"@type": "Organization", "name": "twilio.com"}, "documentation": "https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_api_v2010.json"}
This is the public Twilio REST API.
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://api.twilio.com https://conversations.twilio.com https://preview.twilio.com https://verify.twilio.com https://trusthub.twilio.com https://serverless.twilio.com
auth: b a s i c
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
This is the public Twilio REST API.
| method | path | what the vendor says it does |
|---|---|---|
GET | /2010-04-01/Accounts.json | Retrieves a collection of Accounts belonging to the account used to make the request |
POST | /2010-04-01/Accounts.json | Create a new Twilio Subaccount from the account making the request |
GET | /2010-04-01/Accounts/{AccountSid}/Applications.json | Retrieve a list of applications representing an application within the requesting account |
POST | /2010-04-01/Accounts/{AccountSid}/Applications.json | Create a new application within your account |
GET | /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json | Fetch the application specified by the provided sid |
POST | /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json | Updates the application's properties |
DELETE | /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json | Delete the application by the specified application sid |
GET | /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps.json | Retrieve a list of authorized-connect-apps belonging to the account used to make the request |
GET | /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}.json | Fetch an instance of an authorized-connect-app |
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 |
GET | /2010-04-01/Accounts/{AccountSid}/Calls.json | Retrieves a collection of calls made to and from your account |
POST | /2010-04-01/Accounts/{AccountSid}/Calls.json | Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections |
POST | /2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary.json | Create a FeedbackSummary resource for a call |
GET | /2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json | Fetch a FeedbackSummary resource from a call |
DELETE | /2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json | Delete a FeedbackSummary resource from a call |
GET | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Events.json | Retrieve a list of all events for a call. |
GET | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Feedback.json | Fetch a Feedback resource from a call |
POST | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Feedback.json | Update a Feedback resource for a call |
POST | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments.json | create an instance of payments. This will start a new payments session |
POST | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments/{Sid}.json | update an instance of payments with different phases of payment flows. |
GET | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json | Retrieve a list of recordings belonging to the call used to make the request |
POST | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json | Create a recording for the call |
GET | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json | Fetch an instance of a recording for a call |
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 |
DELETE | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json | Delete a recording from your account |
POST | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Siprec.json | Create a Siprec |
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 |
POST | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams.json | Create a Stream |
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 |
POST | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions.json | Subscribe to User Defined Messages for a given Call SID. |
DELETE | /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions/{Sid}.json | Delete a specific 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. |
GET | /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json | Fetch the call specified by the provided Call SID |
POST | /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json | Initiates a call redirect or terminates a call |
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 Ac |
GET | /2010-04-01/Accounts/{AccountSid}/Conferences.json | Retrieve a list of conferences belonging to the account used to make the request |
GET | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json | Retrieve a list of participants belonging to the account used to make the request |
GET | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json | Fetch an instance of a participant |
POST | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json | Update the properties of the participant |
DELETE | /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json | Kick a participant from a given conference |
and 111 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_api_v2010.json
This is the public Twilio REST API.
| method | path | what the vendor says it does |
|---|---|---|
GET | /v1/Configuration | Fetch the global configuration of conversations on your account |
POST | /v1/Configuration | Update the global configuration of conversations on your account |
GET | /v1/Configuration/Addresses | Retrieve a list of address configurations for an account |
POST | /v1/Configuration/Addresses | Create a new address configuration |
GET | /v1/Configuration/Addresses/{Sid} | Fetch an address configuration |
POST | /v1/Configuration/Addresses/{Sid} | Update an existing address configuration |
DELETE | /v1/Configuration/Addresses/{Sid} | Remove an existing address configuration |
GET | /v1/Conversations | Retrieve a list of conversations in your account's default service |
POST | /v1/Conversations | Create a new conversation in your account's default service |
GET | /v1/Conversations/{ConversationSid}/Messages | Retrieve a list of all messages in the conversation |
POST | /v1/Conversations/{ConversationSid}/Messages | Add a new message to the conversation |
GET | /v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts | Retrieve a list of all delivery and read receipts of the conversation message |
GET | /v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts/{Sid} | Fetch the delivery and read receipts of the conversation message |
GET | /v1/Conversations/{ConversationSid}/Messages/{Sid} | Fetch a message from the conversation |
POST | /v1/Conversations/{ConversationSid}/Messages/{Sid} | Update an existing message in the conversation |
DELETE | /v1/Conversations/{ConversationSid}/Messages/{Sid} | Remove a message from the conversation |
GET | /v1/Conversations/{ConversationSid}/Participants | Retrieve a list of all participants of the conversation |
POST | /v1/Conversations/{ConversationSid}/Participants | Add a new participant to the conversation |
GET | /v1/Conversations/{ConversationSid}/Participants/{Sid} | Fetch a participant of the conversation |
POST | /v1/Conversations/{ConversationSid}/Participants/{Sid} | Update an existing participant in the conversation |
DELETE | /v1/Conversations/{ConversationSid}/Participants/{Sid} | Remove a participant from the conversation |
GET | /v1/Conversations/{ConversationSid}/Webhooks | Retrieve a list of all webhooks scoped to the conversation |
POST | /v1/Conversations/{ConversationSid}/Webhooks | Create a new webhook scoped to the conversation |
GET | /v1/Conversations/{ConversationSid}/Webhooks/{Sid} | Fetch the configuration of a conversation-scoped webhook |
POST | /v1/Conversations/{ConversationSid}/Webhooks/{Sid} | Update an existing conversation-scoped webhook |
DELETE | /v1/Conversations/{ConversationSid}/Webhooks/{Sid} | Remove an existing webhook scoped to the conversation |
GET | /v1/Conversations/{Sid} | Fetch a conversation from your account's default service |
POST | /v1/Conversations/{Sid} | Update an existing conversation in your account's default service |
DELETE | /v1/Conversations/{Sid} | Remove a conversation from your account's default service |
GET | /v1/Credentials | Retrieve a list of all push notification credentials on your account |
POST | /v1/Credentials | Add a new push notification credential to your account |
GET | /v1/Credentials/{Sid} | Fetch a push notification credential from your account |
POST | /v1/Credentials/{Sid} | Update an existing push notification credential on your account |
DELETE | /v1/Credentials/{Sid} | Remove a push notification credential from your account |
GET | /v1/ParticipantConversations | Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one para |
GET | /v1/Roles | Retrieve a list of all user roles in your account's default service |
POST | /v1/Roles | Create a new user role in your account's default service |
GET | /v1/Roles/{Sid} | Fetch a user role from your account's default service |
POST | /v1/Roles/{Sid} | Update an existing user role in your account's default service |
DELETE | /v1/Roles/{Sid} | Remove a user role from your account's default service |
and 59 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_conversations_v1
This is the public Twilio REST API.
| method | path | what the vendor says it does |
|---|---|---|
GET | /DeployedDevices/Fleets | Retrieve a list of all Fleets belonging to your account. |
POST | /DeployedDevices/Fleets | Create a new Fleet for scoping of deployed devices within your account. |
GET | /DeployedDevices/Fleets/{FleetSid}/Certificates | Retrieve a list of all Certificate credentials belonging to the Fleet. |
POST | /DeployedDevices/Fleets/{FleetSid}/Certificates | Enroll a new Certificate credential to the Fleet, optionally giving it a friendly name and assigning to a Devi |
GET | /DeployedDevices/Fleets/{FleetSid}/Certificates/{Sid} | Fetch information about a specific Certificate credential in the Fleet. |
POST | /DeployedDevices/Fleets/{FleetSid}/Certificates/{Sid} | Update the given properties of a specific Certificate credential in the Fleet, giving it a friendly name or as |
DELETE | /DeployedDevices/Fleets/{FleetSid}/Certificates/{Sid} | Unregister a specific Certificate credential from the Fleet, effectively disallowing any inbound client connec |
GET | /DeployedDevices/Fleets/{FleetSid}/Deployments | Retrieve a list of all Deployments belonging to the Fleet. |
POST | /DeployedDevices/Fleets/{FleetSid}/Deployments | Create a new Deployment in the Fleet, optionally giving it a friendly name and linking to a specific Twilio Sy |
GET | /DeployedDevices/Fleets/{FleetSid}/Deployments/{Sid} | Fetch information about a specific Deployment in the Fleet. |
POST | /DeployedDevices/Fleets/{FleetSid}/Deployments/{Sid} | Update the given properties of a specific Deployment credential in the Fleet, giving it a friendly name or lin |
DELETE | /DeployedDevices/Fleets/{FleetSid}/Deployments/{Sid} | Delete a specific Deployment from the Fleet, leaving associated devices effectively undeployed. |
GET | /DeployedDevices/Fleets/{FleetSid}/Devices | Retrieve a list of all Devices belonging to the Fleet. |
POST | /DeployedDevices/Fleets/{FleetSid}/Devices | Create a new Device in the Fleet, optionally giving it a unique name, friendly name, and assigning to a Deploy |
GET | /DeployedDevices/Fleets/{FleetSid}/Devices/{Sid} | Fetch information about a specific Device in the Fleet. |
POST | /DeployedDevices/Fleets/{FleetSid}/Devices/{Sid} | Update the given properties of a specific Device in the Fleet, giving it a friendly name, assigning to a Deplo |
DELETE | /DeployedDevices/Fleets/{FleetSid}/Devices/{Sid} | Delete a specific Device from the Fleet, also removing it from associated Deployments. |
GET | /DeployedDevices/Fleets/{FleetSid}/Keys | Retrieve a list of all Keys credentials belonging to the Fleet. |
POST | /DeployedDevices/Fleets/{FleetSid}/Keys | Create a new Key credential in the Fleet, optionally giving it a friendly name and assigning to a Device. |
GET | /DeployedDevices/Fleets/{FleetSid}/Keys/{Sid} | Fetch information about a specific Key credential in the Fleet. |
POST | /DeployedDevices/Fleets/{FleetSid}/Keys/{Sid} | Update the given properties of a specific Key credential in the Fleet, giving it a friendly name or assigning |
DELETE | /DeployedDevices/Fleets/{FleetSid}/Keys/{Sid} | Delete a specific Key credential from the Fleet, effectively disallowing any inbound client connections that a |
GET | /DeployedDevices/Fleets/{Sid} | Fetch information about a specific Fleet in your account. |
POST | /DeployedDevices/Fleets/{Sid} | Update the friendly name property of a specific Fleet in your account. |
DELETE | /DeployedDevices/Fleets/{Sid} | Delete a specific Fleet from your account, also destroys all nested resources: Devices, Deployments, Certifica |
GET | /HostedNumbers/AuthorizationDocuments | Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. |
POST | /HostedNumbers/AuthorizationDocuments | Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. |
GET | /HostedNumbers/AuthorizationDocuments/{Sid} | Fetch a specific AuthorizationDocument. |
POST | /HostedNumbers/AuthorizationDocuments/{Sid} | Updates a specific AuthorizationDocument. |
GET | /HostedNumbers/AuthorizationDocuments/{SigningDocumentSid}/DependentHostedNumberOrders | Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. |
GET | /HostedNumbers/HostedNumberOrders | Retrieve a list of HostedNumberOrders belonging to the account initiating the request. |
POST | /HostedNumbers/HostedNumberOrders | Host a phone number's capability on Twilio's platform. |
GET | /HostedNumbers/HostedNumberOrders/{Sid} | Fetch a specific HostedNumberOrder. |
POST | /HostedNumbers/HostedNumberOrders/{Sid} | Updates a specific HostedNumberOrder. |
DELETE | /HostedNumbers/HostedNumberOrders/{Sid} | Cancel the HostedNumberOrder (only available when the status is in `received`). |
GET | /Sync/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions | Retrieve a list of all Permissions applying to a Sync Document. |
GET | /Sync/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity} | Fetch a specific Sync Document Permission. |
POST | /Sync/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity} | Update an identity's access to a specific Sync Document. |
DELETE | /Sync/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity} | Delete a specific Sync Document Permission. |
GET | /Sync/Services/{ServiceSid}/Lists/{ListSid}/Permissions | Retrieve a list of all Permissions applying to a Sync List. |
and 23 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_preview.json
This is the public Twilio REST API.
| method | path | what the vendor says it does |
|---|---|---|
GET | /v2/Attempts | List all the verification attempts for a given Account. |
GET | /v2/Attempts/Summary | Get a summary of how many attempts were made and how many were converted. |
GET | /v2/Attempts/{Sid} | Fetch a specific verification attempt. |
GET | /v2/Forms/{FormType} | Fetch the forms for a specific Form Type. |
POST | /v2/SafeList/Numbers | Add a new phone number to SafeList. |
GET | /v2/SafeList/Numbers/{PhoneNumber} | Check if a phone number exists in SafeList. |
DELETE | /v2/SafeList/Numbers/{PhoneNumber} | Remove a phone number from SafeList. |
GET | /v2/Services | Retrieve a list of all Verification Services for an account. |
POST | /v2/Services | Create a new Verification Service. |
POST | /v2/Services/{ServiceSid}/AccessTokens | Create a new enrollment Access Token for the Entity |
GET | /v2/Services/{ServiceSid}/AccessTokens/{Sid} | Fetch an Access Token for the Entity |
GET | /v2/Services/{ServiceSid}/Entities | Retrieve a list of all Entities for a Service. |
POST | /v2/Services/{ServiceSid}/Entities | Create a new Entity for the Service |
GET | /v2/Services/{ServiceSid}/Entities/{Identity} | Fetch a specific Entity. |
DELETE | /v2/Services/{ServiceSid}/Entities/{Identity} | Delete a specific Entity. |
GET | /v2/Services/{ServiceSid}/Entities/{Identity}/Challenges | Retrieve a list of all Challenges for a Factor. |
POST | /v2/Services/{ServiceSid}/Entities/{Identity}/Challenges | Create a new Challenge for the Factor |
POST | /v2/Services/{ServiceSid}/Entities/{Identity}/Challenges/{ChallengeSid}/Notifications | Create a new Notification for the corresponding Challenge |
GET | /v2/Services/{ServiceSid}/Entities/{Identity}/Challenges/{Sid} | Fetch a specific Challenge. |
POST | /v2/Services/{ServiceSid}/Entities/{Identity}/Challenges/{Sid} | Verify a specific Challenge. |
GET | /v2/Services/{ServiceSid}/Entities/{Identity}/Factors | Retrieve a list of all Factors for an Entity. |
POST | /v2/Services/{ServiceSid}/Entities/{Identity}/Factors | Create a new Factor for the Entity |
GET | /v2/Services/{ServiceSid}/Entities/{Identity}/Factors/{Sid} | Fetch a specific Factor. |
POST | /v2/Services/{ServiceSid}/Entities/{Identity}/Factors/{Sid} | Update a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param. |
DELETE | /v2/Services/{ServiceSid}/Entities/{Identity}/Factors/{Sid} | Delete a specific Factor. |
GET | /v2/Services/{ServiceSid}/MessagingConfigurations | Retrieve a list of all Messaging Configurations for a Service. |
POST | /v2/Services/{ServiceSid}/MessagingConfigurations | Create a new MessagingConfiguration for a service. |
GET | /v2/Services/{ServiceSid}/MessagingConfigurations/{Country} | Fetch a specific MessagingConfiguration. |
POST | /v2/Services/{ServiceSid}/MessagingConfigurations/{Country} | Update a specific MessagingConfiguration |
DELETE | /v2/Services/{ServiceSid}/MessagingConfigurations/{Country} | Delete a specific MessagingConfiguration. |
GET | /v2/Services/{ServiceSid}/RateLimits | Retrieve a list of all Rate Limits for a service. |
POST | /v2/Services/{ServiceSid}/RateLimits | Create a new Rate Limit for a Service |
GET | /v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets | Retrieve a list of all Buckets for a Rate Limit. |
POST | /v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets | Create a new Bucket for a Rate Limit |
GET | /v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid} | Fetch a specific Bucket. |
POST | /v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid} | Update a specific Bucket. |
DELETE | /v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid} | Delete a specific Bucket. |
GET | /v2/Services/{ServiceSid}/RateLimits/{Sid} | Fetch a specific Rate Limit. |
POST | /v2/Services/{ServiceSid}/RateLimits/{Sid} | Update a specific Rate Limit. |
DELETE | /v2/Services/{ServiceSid}/RateLimits/{Sid} | Delete a specific Rate Limit. |
and 12 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_verify_v2.json
This is the public Twilio REST API.
| method | path | what the vendor says it does |
|---|---|---|
GET | /v1/CustomerProfiles | Retrieve a list of all Customer-Profiles for an account. |
POST | /v1/CustomerProfiles | Create a new Customer-Profile. |
GET | /v1/CustomerProfiles/{CustomerProfileSid}/ChannelEndpointAssignments | Retrieve a list of all Assigned Items for an account. |
POST | /v1/CustomerProfiles/{CustomerProfileSid}/ChannelEndpointAssignments | Create a new Assigned Item. |
GET | /v1/CustomerProfiles/{CustomerProfileSid}/ChannelEndpointAssignments/{Sid} | Fetch specific Assigned Item Instance. |
DELETE | /v1/CustomerProfiles/{CustomerProfileSid}/ChannelEndpointAssignments/{Sid} | Remove an Assignment Item Instance. |
GET | /v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments | Retrieve a list of all Assigned Items for an account. |
POST | /v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments | Create a new Assigned Item. |
GET | /v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments/{Sid} | Fetch specific Assigned Item Instance. |
DELETE | /v1/CustomerProfiles/{CustomerProfileSid}/EntityAssignments/{Sid} | Remove an Assignment Item Instance. |
GET | /v1/CustomerProfiles/{CustomerProfileSid}/Evaluations | Retrieve a list of Evaluations associated to the customer_profile resource. |
POST | /v1/CustomerProfiles/{CustomerProfileSid}/Evaluations | Create a new Evaluation |
GET | /v1/CustomerProfiles/{CustomerProfileSid}/Evaluations/{Sid} | Fetch specific Evaluation Instance. |
GET | /v1/CustomerProfiles/{Sid} | Fetch a specific Customer-Profile instance. |
POST | /v1/CustomerProfiles/{Sid} | Updates a Customer-Profile in an account. |
DELETE | /v1/CustomerProfiles/{Sid} | Delete a specific Customer-Profile. |
GET | /v1/EndUserTypes | Retrieve a list of all End-User Types. |
GET | /v1/EndUserTypes/{Sid} | Fetch a specific End-User Type Instance. |
GET | /v1/EndUsers | Retrieve a list of all End User for an account. |
POST | /v1/EndUsers | Create a new End User. |
GET | /v1/EndUsers/{Sid} | Fetch specific End User Instance. |
POST | /v1/EndUsers/{Sid} | Update an existing End User. |
DELETE | /v1/EndUsers/{Sid} | Delete a specific End User. |
GET | /v1/Policies | Retrieve a list of all Policys. |
GET | /v1/Policies/{Sid} | Fetch specific Policy Instance. |
GET | /v1/SupportingDocumentTypes | Retrieve a list of all Supporting Document Types. |
GET | /v1/SupportingDocumentTypes/{Sid} | Fetch a specific Supporting Document Type Instance. |
GET | /v1/SupportingDocuments | Retrieve a list of all Supporting Document for an account. |
POST | /v1/SupportingDocuments | Create a new Supporting Document. |
GET | /v1/SupportingDocuments/{Sid} | Fetch specific Supporting Document Instance. |
POST | /v1/SupportingDocuments/{Sid} | Update an existing Supporting Document. |
DELETE | /v1/SupportingDocuments/{Sid} | Delete a specific Supporting Document. |
GET | /v1/TrustProducts | Retrieve a list of all Customer-Profiles for an account. |
POST | /v1/TrustProducts | Create a new Customer-Profile. |
GET | /v1/TrustProducts/{Sid} | Fetch a specific Customer-Profile instance. |
POST | /v1/TrustProducts/{Sid} | Updates a Customer-Profile in an account. |
DELETE | /v1/TrustProducts/{Sid} | Delete a specific Customer-Profile. |
GET | /v1/TrustProducts/{TrustProductSid}/ChannelEndpointAssignments | Retrieve a list of all Assigned Items for an account. |
POST | /v1/TrustProducts/{TrustProductSid}/ChannelEndpointAssignments | Create a new Assigned Item. |
GET | /v1/TrustProducts/{TrustProductSid}/ChannelEndpointAssignments/{Sid} | Fetch specific Assigned Item Instance. |
and 8 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_trusthub_v1.json
This is the public Twilio REST API.
| method | path | what the vendor says it does |
|---|---|---|
GET | /v1/Services | Retrieve a list of all Services. |
POST | /v1/Services | Create a new Service resource. |
GET | /v1/Services/{ServiceSid}/Assets | Retrieve a list of all Assets. |
POST | /v1/Services/{ServiceSid}/Assets | Create a new Asset resource. |
GET | /v1/Services/{ServiceSid}/Assets/{AssetSid}/Versions | Retrieve a list of all Asset Versions. |
GET | /v1/Services/{ServiceSid}/Assets/{AssetSid}/Versions/{Sid} | Retrieve a specific Asset Version. |
GET | /v1/Services/{ServiceSid}/Assets/{Sid} | Retrieve a specific Asset resource. |
POST | /v1/Services/{ServiceSid}/Assets/{Sid} | Update a specific Asset resource. |
DELETE | /v1/Services/{ServiceSid}/Assets/{Sid} | Delete an Asset resource. |
GET | /v1/Services/{ServiceSid}/Builds | Retrieve a list of all Builds. |
POST | /v1/Services/{ServiceSid}/Builds | Create a new Build resource. At least one function version or asset version is required. |
GET | /v1/Services/{ServiceSid}/Builds/{Sid} | Retrieve a specific Build resource. |
DELETE | /v1/Services/{ServiceSid}/Builds/{Sid} | Delete a Build resource. |
GET | /v1/Services/{ServiceSid}/Builds/{Sid}/Status | Retrieve a specific Build resource. |
GET | /v1/Services/{ServiceSid}/Environments | Retrieve a list of all environments. |
POST | /v1/Services/{ServiceSid}/Environments | Create a new environment. |
GET | /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Deployments | Retrieve a list of all Deployments. |
POST | /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Deployments | Create a new Deployment. |
GET | /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Deployments/{Sid} | Retrieve a specific Deployment. |
GET | /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Logs | Retrieve a list of all logs. |
GET | /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Logs/{Sid} | Retrieve a specific log. |
GET | /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables | Retrieve a list of all Variables. |
POST | /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables | Create a new Variable. |
GET | /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables/{Sid} | Retrieve a specific Variable. |
POST | /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables/{Sid} | Update a specific Variable. |
DELETE | /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables/{Sid} | Delete a specific Variable. |
GET | /v1/Services/{ServiceSid}/Environments/{Sid} | Retrieve a specific environment. |
DELETE | /v1/Services/{ServiceSid}/Environments/{Sid} | Delete a specific environment. |
GET | /v1/Services/{ServiceSid}/Functions | Retrieve a list of all Functions. |
POST | /v1/Services/{ServiceSid}/Functions | Create a new Function resource. |
GET | /v1/Services/{ServiceSid}/Functions/{FunctionSid}/Versions | Retrieve a list of all Function Version resources. |
GET | /v1/Services/{ServiceSid}/Functions/{FunctionSid}/Versions/{Sid} | Retrieve a specific Function Version resource. |
GET | /v1/Services/{ServiceSid}/Functions/{FunctionSid}/Versions/{Sid}/Content | Retrieve a the content of a specific Function Version resource. |
GET | /v1/Services/{ServiceSid}/Functions/{Sid} | Retrieve a specific Function resource. |
POST | /v1/Services/{ServiceSid}/Functions/{Sid} | Update a specific Function resource. |
DELETE | /v1/Services/{ServiceSid}/Functions/{Sid} | Delete a Function resource. |
GET | /v1/Services/{Sid} | Retrieve a specific Service resource. |
POST | /v1/Services/{Sid} | Update a specific Service resource. |
DELETE | /v1/Services/{Sid} | Delete a Service resource. |
specification origin: https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_serverless_v1.js
This is the public Twilio REST API.
| method | path | what the vendor says it does |
|---|---|---|
GET | /v1/Insights/Conversations | To get conversation with segment id |
and 31 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_flex_v1.json
This is the public Twilio REST API.
| method | path | what the vendor says it does |
|---|
and 31 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_numbers_v2.json
This is the public Twilio REST API.
| method | path | what the vendor says it does |
|---|
and 31 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_supersim_v1.json
This is the public Twilio REST API.
| method | path | what the vendor says it does |
|---|
and 28 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_proxy_v1.json
This is the public Twilio REST API.
| method | path | what the vendor says it does |
|---|
and 27 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_microvisor_v1.js
This is the public Twilio REST API.
| method | path | what the vendor says it does |
|---|
and 22 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_events_v1.json
and 32 more specification(s) from twilio.com, all indexed.
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.