curl --location 'https://api.callerapi.com/api/signer-reputation?limit=undefined&min_score=undefined' \
--header 'x-auth: <api-key>'{
"status": "success",
"window_days": 0,
"data": [
{
"spc": "string",
"name": "string",
"known": true,
"score": 0,
"band": "low",
"confidence": "low",
"installs": 0,
"calls": 0,
"verified": 0,
"failed": 0,
"rejects": 0,
"spam_hits": 0,
"distinct_callers": 0,
"first_seen": "2019-08-24T14:15:22.123Z",
"last_seen": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"window_days": 0,
"message": "string"
}
]
}