Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/rejectlog?reject-received-from=undefined&reject-hostname=undefined&reject-method=undefined&reject-address-of-record=undefined&reject-user-agent=undefined&reject-result=undefined&reject-action=undefined&reject-cause=undefined&limit=undefined&start=undefined&sort=undefined' \
--header 'Authorization: Bearer <token>'[
{
"reject-received-from": "192.168.1.100",
"reject-hostname": "sip01.example.com",
"reject-method": "REGISTER",
"reject-address-of-record": "user@example.com",
"reject-last-datetime": "2026-03-29 12:00:00",
"reject-user-agent": "Obi/1.0",
"reject-contact": "sip:user@192.168.1.100:5060",
"reject-result": "blocked",
"reject-action": "drop",
"reject-cause": "auth-failure",
"reject-count": 5,
"reject-rate": 1.5
}
]