Skip to main content

List CXML Applications

GET 

/resources/cxml_applications

List CXML Applications

Responses

A list of CXML Applications

Schema

  • Array [

  • id uuid
    project_id uuid
    display_name string
    type string
    created_at date-time
    updated_at date-time

    cxml_application

    object

    id uuid

    A unique identifier for the CXML Application

    name string
    handle_calls_using string

    Possible values: [script, external_url]

    call_handler_url uri
    call_handler_method string

    Possible values: [POST, GET]

    call_handler_fallback_url uri
    call_handler_fallback_method string

    Possible values: [POST, GET]

    call_status_callback_url uri
    call_status_callback_method string

    Possible values: [POST, GET]

  • ]

Loading...