Skip to main content

List All CXML Applications

GET 

/Accounts/:AccountSid/LamlBins

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.

Request

Path Parameters

    AccountSid uuidrequired

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

Query Parameters

    Name string

Responses

OK

Schema

    meta

    object

    uri string
    first_page_uri string
    next_page_uri string
    previous_page_uri string
    page integer
    page_size integer
    key

    The name of the object

    laml_bins

    object[]

  • Array [

  • sid uuid

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

    date_created string

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

    date_updated string

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

    date_last_accessed string

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

    account_sid string

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

    name string

    A friendly name given to the CXML Application to help distinguish and search for different applications within your project.

    contents string

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

    request_url string

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

    api_version string

    The version of the SignalWire API.

    uri string

    The URL of this resource.

  • ]

Loading...