Skip to main content

List External LAML Handlers

GET 

/resources/external_laml_handlers

A list of External LAML Handlers

Request

Responses

The request has succeeded.

Schema

    data

    object[]

    required

  • Array [

  • id uuidrequired

    Universal Unique Identifier.

    name stringrequired

    Name of the External LAML Handler.

    Example: My External LAML Handler
    used_for UsedForType (string)required

    Sets the handler to handle incomming calls or messages.

    Possible values: [calling, messaging]

    primary_request_url stringrequired

    Primary request url of the External LAML Handler.

    Example: https://primary.com
    primary_request_method UrlMethodType (string)required

    The method type to use for the URL

    Possible values: [GET, POST]

    fallback_request_url stringrequired

    Fallback request url of the External LAML Handler.

    Example: https://fallback.com
    fallback_request_method UrlMethodType (string)required

    The method type to use for the URL

    Possible values: [GET, POST]

    status_callback_url stringrequired

    Status callback url of the External LAML Handler.

    Example: https://callback.com
    status_callback_method UrlMethodType (string)required

    The method type to use for the URL

    Possible values: [GET, POST]

  • ]

  • links

    object

    required

    self urirequired

    Link of the current page

    Example: https://{space_name}.signalwire.com/api/fabric/resources/external_laml_handlers?page_number=0&page_size=50
    first urirequired

    Link to the first page

    Example: https://{space_name}.signalwire.com/api/fabric/resources/external_laml_handlers?page_number=0&page_size=50
    next urirequired

    Link to the next page

    Example: https://{space_name}.signalwire.com/api/fabric/resources/external_laml_handlers?page_number=1&page_size=50&page_token=PAbff61159-faab-48b3-959a-3021a8f5beca