Skip to main content

List Multi-Host Integration Types

GET 

/multihosts/types

This API endpoint returns the current list of supported Multi-Host Integration types.

A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.

Responses

OK. Returned if the request was successfully accepted into the system.

Schema

  • Array [

  • name string

    This is the name of the type.

    type stringrequired

    This is the type value for the type.

    scriptName stringrequired

    This is the scriptName attribute value for the type.

  • ]

Loading...