Skip to main content

List All XML Bins

Returns a list of your Addresses. The addresses are returned sorted by creation date, with the most recent appearing first.

Permissions

The API token must include one of the following scopes: Voice or Messaging or Fax.

Path Parameters
AccountSid uuid REQUIRED

The unique identifier for the account this Bin is associated with.

Query Parameters
Name string

A friendly name given to the XML Bin to help distinguish and search for different Bins within your project.

Responses
200

OK

Schema OPTIONAL
meta object OPTIONAL
uri string OPTIONAL
first_page_uri string OPTIONAL
next_page_uri string OPTIONAL
previous_page_uri string OPTIONAL
page integer OPTIONAL
page_size integer OPTIONAL
key OPTIONAL

The name of the object

laml_bins object[] OPTIONAL
sid uuid OPTIONAL

The unique identifier of the XML Bin on SignalWire. This can be used to show, update, or delete the Bin programmatically.

date_created string OPTIONAL

The date and time, in ISO 8601 format, the Bin was created.

date_updated string OPTIONAL

The date and time, in ISO 8601 format, the Bin was updated.

date_last_accessed string OPTIONAL

The date and time, in ISO 8601 format, the Bin was last accessed.

account_sid string OPTIONAL

The unique identifier for the account this Bin is associated with.

name string OPTIONAL

A friendly name given to the XML Bin to help distinguish and search for different Bins within your project.

contents string OPTIONAL

The contents of the Bin, this evaluate to valid XML, with additional support for mustache templating.

request_url string OPTIONAL

The unique URL to the raw contents of the XML Bin. Use this as the URL for configuring webhooks or anything needing the XML returned.

api_version string OPTIONAL

The version of the SignalWire API.

uri string OPTIONAL

The URL of this resource.