POST
/v1/mgmt/authz/getmodified
Get target and resources changes
This endpoint allows you to get a list of Authz target and resources changes since a specific date.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
since
string
Changed since given milli epoch UTC time - optional default 10 min
Status code | Description |
---|---|
200 | OK |
Was this helpful?