Skip to main content

Get External SWML Handler

GET 

/resources/external_swml_handlers/:id

Returns an External SWML Handler by ID

Request

Path Parameters

    id uuidrequired

    Unique ID of a External SWML Handler.

Responses

The request has succeeded.

Schema

    id uuidrequired

    Universal Unique Identifier.

    name stringrequired

    Name of the External SWML Handler.

    Example: My External SWML Handler
    used_for stringrequired

    Used for of the External SWML Handler.

    Possible values: [calling]

    Example: calling
    primary_request_url stringrequired

    Primary request url of the External SWML 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 SWML 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 SWML Handler.

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

    The method type to use for the URL

    Possible values: [GET, POST]