Lists all of the integrations in your domain.
See https://www.paws-r-sdk.com/docs/customerprofiles_list_integrations/ for full documentation.
customerprofiles_list_integrations(
DomainName,
NextToken = NULL,
MaxResults = NULL,
IncludeHidden = NULL
)
[required] The unique name of the domain.
The pagination token from the previous ListIntegrations API call.
The maximum number of objects returned per page.
Boolean to indicate if hidden integration should be returned. Defaults
to False
.