Skip to main content

Get External LAML Handler

GET 

/resources/external_laml_handlers/:id

Returns an External LAML Handler by ID

Request

Path Parameters

    id uuidrequired

    Unique ID of a External LAML Handler.

Responses

The request has succeeded.

Schema

    id uuidrequired

    Universal Unique Identifier.

    name stringrequired

    Name of the External LAML Handler.

    used_for UsedForType (string)required

    Possible values: [calling, messaging]

    Sets the handler to handle incomming calls or messages.

    primary_request_url stringrequired

    Primary request url of the External LAML Handler.

    primary_request_method UrlMethodType (string)required

    Possible values: [GET, POST]

    The method type to use for the URL

    fallback_request_url stringrequired

    Fallback request url of the External LAML Handler.

    fallback_request_method UrlMethodType (string)required

    Possible values: [GET, POST]

    The method type to use for the URL

    status_callback_url stringrequired

    Status callback url of the External LAML Handler.

    status_callback_method UrlMethodType (string)required

    Possible values: [GET, POST]

    The method type to use for the URL

Loading...