Skip to main content

Get a list of active integrations

GET 

/pub/v4.0/xsoar/integrations

To get a list of active integrations (status = success). If third-party license is basic, only three integrations are allowed, otherwise there is no limitation

Request

Query Parameters

    customerid stringrequired

    The customer ID to which the API call is directed

Responses

Successful Response

Schema
    active_integrations array

    The active integration list

    max_integrations integer

    The maximum allowed active integrations number based on the third-party license type

Loading...