integrations.sh
← all integrations

twilio.com – twilio_proxy_v1

OpenAPI apis-guru telecommessaging

This is the public Twilio REST API.

Homepage
https://api.apis.guru/v2/specs/twilio.com:twilio_proxy_v1/1.42.0.json
Provider
twilio.com:twilio_proxy_v1 / twilio_proxy_v1
OpenAPI version
3.0.1
Spec (JSON)
https://api.apis.guru/v2/specs/twilio.com/twilio_proxy_v1/1.42.0/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/twilio.com/twilio_proxy_v1/1.42.0/openapi.yaml

Tools (32)

Extracted live via the executor SDK.

  • services.createMessageInteraction

    Create a new message Interaction to send directly from your system to one . The inbound properties for the Interaction will always be empty.

  • services.createParticipant

    Add a new Participant to the Session

  • services.createPhoneNumber

    Add a Phone Number to a Service's Proxy Number Pool.

  • services.createService

    Create a new Service for Twilio Proxy

  • services.createSession

    Create a new Session

  • services.createShortCode

    Add a Short Code to the Proxy Number Pool for the Service.

  • services.deleteInteraction

    Delete a specific Interaction.

  • services.deleteParticipant

    Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the is deleted.

  • services.deletePhoneNumber

    Delete a specific Phone Number from a Service.

  • services.deleteService

    Delete a specific Service.

  • services.deleteSession

    Delete a specific Session.

  • services.deleteShortCode

    Delete a specific Short Code from a Service.

  • services.fetchInteraction

    Retrieve a list of Interactions for a given .

  • services.fetchMessageInteraction
  • services.fetchParticipant

    Fetch a specific Participant.

  • services.fetchPhoneNumber

    Fetch a specific Phone Number.

  • services.fetchService

    Fetch a specific Service.

  • services.fetchSession

    Fetch a specific Session.

  • services.fetchShortCode

    Fetch a specific Short Code.

  • services.listInteraction

    Retrieve a list of all Interactions for a Session. A maximum of 100 records will be returned per page.

  • services.listMessageInteraction
  • services.listParticipant

    Retrieve a list of all Participants in a Session.

  • services.listPhoneNumber

    Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A maximum of 100 records will be returned per page.

  • services.listService

    Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page.

  • services.listSession

    Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page.

  • services.listShortCode

    Retrieve a list of all Short Codes in the Proxy Number Pool for the Service. A maximum of 100 records will be returned per page.

  • services.updatePhoneNumber

    Update a specific Proxy Number.

  • services.updateService

    Update a specific Service.

  • services.updateSession

    Update a specific Session.

  • services.updateShortCode

    Update a specific Short Code.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools