Get deny lists
Returns a list of blocked actions for the given Application IDs and domains.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
appId=hostDomain
A pair of appId and hostDomain keys.
skip
The number of incidents to offset pagination by when returning the results.
take
The number of incidents to display per page when returning the results.
hitCountInterval
Counts the number of times the action was blocked in the last full time interval. Queries without `hitCountInterval` wont retrieve `hit_count` in the response. Adds the `data` payload to the [`hit_count`](/applications/reference/get-deny-lists#response.body.data.data.hit_count).
Response
Success
paging
data
Errors
401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error