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

    iduuidrequired

    Universal Unique Identifier.

    namestringrequired

    Name of the External LAML Handler.

    Example: My External LAML Handler
    used_forUsedForType (string)required

    Sets the handler to handle incomming calls or messages.

    Possible values: [calling, messaging]

    primary_request_urlstringrequired

    Primary request url of the External LAML Handler.

    Example: https://primary.com
    primary_request_methodUrlMethodType (string)required

    The method type to use for the URL

    Possible values: [GET, POST]

    fallback_request_urlstringrequired

    Fallback request url of the External LAML Handler.

    Example: https://fallback.com
    fallback_request_methodUrlMethodType (string)required

    The method type to use for the URL

    Possible values: [GET, POST]

    status_callback_urlstringrequired

    Status callback url of the External LAML Handler.

    Example: https://callback.com
    status_callback_methodUrlMethodType (string)required

    The method type to use for the URL

    Possible values: [GET, POST]