Skip to main content
POST
Get compliance alerts, optionally narrowed by a filter
Key: Read Scope: Company

Authorizations

Authorization
string
header
required

Use your Primo API key in the Authorization header as Bearer <API_KEY>.

Body

application/json
page
integer
default:1
Required range: 1 <= x <= 9007199254740991
perPage
integer
default:50
Required range: 1 <= x <= 100
filter
object

One entry per criterion, keyed by the key returned by the filter catalog (GET /compliance/alerts/filters-options). Every value is a clause { operationType, values } — never a bare value, never an operator like eq. Criteria are ANDed. An unknown key is rejected with 400 rather than ignored.

Response

default - application/json
data
object[]
required
pagination
object
required