List reputation-monitored phone numbers across all enterprises
Convenience alias for GET /v2/enterprises/{enterprise_id}/reputation/numbers that returns numbers across every enterprise you own. Useful when you don't want to look up the enterprise id first.
Query parameters
1-based page number. Out-of-range values return an empty page with correct meta.
Items per page. Maximum 250; values above are clamped to 250.
Partial match on phone number. Must contain at least 5 digits.
Filter by enterprise ID.
Exact phone-number match (E.164).
Response
Paginated list.
Example response
{
"data": [
{
"id": "8a4b1f5e-2f12-4c0c-9a98-9b3a7d8b8e62",
"enterprise_id": "4a6192a4-573d-446d-b3ce-aff9117272a6",
"phone_number": "+19493253498",
"reputation_data": {
"spam_risk": "low",
"maturity_score": 72,
"connection_score": 80,
"engagement_score": 64,
"sentiment_score": 75,
"last_refreshed_at": "2026-04-26T18:09:24.785211Z"
},
"created_at": "2026-04-26T18:06:51.940749Z",
"updated_at": "2026-04-26T18:09:24.785211Z"
}
],
"meta": {
"total_pages": 3,
"total_results": 42,
"page_number": 1,
"page_size": 20
}
}Changes
Changed in 2 of the 47 revisions of this API.2316
- ●
deleted the
queryrequest parameterphone_numberrequest-parameter-removed
- ○
added the new optional
queryrequest parameterfilter[enterprise_id]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterfilter[phone_number][contains]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterfilter[phone_number][eq]new-optional-request-parameter
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
for the
queryrequest parameterpage[size], default value was changed from10to20request-parameter-default-value-changed
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ●
removed the optional property
datafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
metafrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
ListReputationNumbersSimplifiedremoved and replaced withlistReputationNumbersSimplifiedapi-operation-id-removed
- ○
api tag
Reputationaddedapi-tag-added
- ○
api tag
Reputation Phone Numbersremovedapi-tag-removed
- ○
for the
queryrequest parameterpage[size], the max was increased from100.00to250.00request-parameter-max-increased
- ○
added
ReputationPhoneNumberListto the response bodyallOflist for the response status200response-body-all-of-added
- ○
added the optional property
errors/items/meta/pending_check_codesto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_idsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_labelsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/source/parameterto the response with the401statusresponse-optional-property-added
- ○
the response property
errorsbecame required for the status401response-property-became-required
- ○
the response property
errors/items/detailbecame required for the status401response-property-became-required
- ○
the response property
errors/items/metabecame required for the status401response-property-became-required
- ○
the response property
errors/items/meta/urlbecame required for the status401response-property-became-required
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲