Skip to main content

Retrieve an XML Bin

Retrieves the details of an XML Bin that has been previously created. Use the unique ID that was returned from your previous request to identify the specific instance.

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.

Sid uuid REQUIRED

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

Responses
200

OK

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