Search Alert Channels
Search alert channels by invoking the following endpoint:
POST https://YourAccount.lacework.net/api/v2/AlertChannels/search
To limit the returned result, optionally specify one or more filters in the request body. For more information about using filters, see the Simple & Advanced Search section.
In the request body, optionally specify the list of fields to return in the response by specifying the list in the returns array, for example, "returns":[ "name", "type", "enabled" ].
Headers
Bearer Access Token. For example, "Bearer {YourAPIToken}"
application/json
Use this attribute to specify if the access token has organization admin permissions. If the access token has only account permissions, use the Account-Name attribute to specify which account to access.
Use this attribute to specify which sub-account to access.
Request body
Response
No Error (List of Alert Channels)
Example response
{
"data": [
{
"enabled": 1
}
]
}