Skip to main content
GET
/
v1
/
caller-trust
/
reputation
/
numbers
List reputation scores for every enrolled number
curl --request GET \
  --url https://api.revdesk.com/v1/caller-trust/reputation/numbers \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "phone_number": "<string>",
      "enterprise_id": "<string>",
      "spam_risk": "<string>",
      "spam_category": "<string>",
      "maturity_score": 123,
      "connection_score": 123,
      "engagement_score": 123,
      "sentiment_score": 123,
      "last_refreshed_at": "<string>"
    }
  ],
  "meta": {
    "page_size": 123,
    "cursor": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.revdesk.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:20
required
Required range: 1 <= x <= 100
cursor
string

Response

Success

data
object[]
required
meta
object
required