post https://api.nudgesecurity.io/api/1.0/notifications/search
Responses
xxxxxxxxxx
curl --request POST \
--url https://api.nudgesecurity.io/api/1.0/notifications/search \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
21{
"next_page": 0,
"page": 0,
"per_page": 0,
"prev_page": 0,
"total_pages": 0,
"total_values": 0,
"values": [
{
"creation_date": "2025-03-31T15:12:03.672Z",
"id": 0,
"summary": "string",
"target_account_id": 0,
"target_app_id": 0,
"target_aws_account_id": 0,
"target_event_id": 0,
"target_oauth_grant_id": 0,
"target_resource_id": 0
}
]
}