Query Monitored Identities
Returns a paginated list of all monitored identities for your account. Can be used to check if a specific identity is monitored by using the tag or id parameters.
The Enzoic API uses a basic auth scheme where the username is your API key and the password is your API secret.
See https://docs.enzoic.com/enzoic-api-developer-documentation/using-the-enzoic-api#api-authentication for more details.
(Optional) If specified, the call will only return the monitored identity matching this tag value.
56d6d566-82e6-426c-ae47-528a0fb64808(Optional) If specified, the call will only return the monitored identity matching this Enzoic ID.
641c73ef1d909615a63b4d75(Optional) The number of results to return in a single call. The maximum is 100 and the default is 100.
100(Optional) For each call to the API, if there are more pages of results available then a pagingToken will be returned. Pass the pagingToken in via this parameter to retrieve the subsequent page of results. Should be left off for the initial call to the API.
The response body contains the requested results.
The total number of monitored identity records available across all pages. If this exceeds the requested page size, the results are paginated and a pagingToken will be present in the response.
1Present when there are additional pages of results available. Pass this token in on a subsequent call to fetch the next page of results.
5854757a7750ac6c4230f656The response body contains the requested results.
Last updated
Was this helpful?