Reputation

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.

get/reputation/numbers

Query parameters

page[number]integer
Example:1

1-based page number. Out-of-range values return an empty page with correct meta.

page[size]integer
Example:20

Items per page. Maximum 250; values above are clamped to 250.

filter[phone_number][contains]string
Example:+16035551234

Partial match on phone number. Must contain at least 5 digits.

filter[enterprise_id]string uuid

Filter by enterprise ID.

filter[phone_number][eq]string
Example:+16035551234

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

  • 81ee1b2477a213See the full diff
    • deleted the query request parameter phone_number

      request-parameter-removed

    • added the new optional query request parameter filter[enterprise_id]

      new-optional-request-parameter

    • added the new optional query request parameter filter[phone_number][contains]

      new-optional-request-parameter

    • added the new optional query request parameter filter[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

  • 8a8c40f458c52213See the full diff
    • for the query request parameter page[size], default value was changed from 10 to 20

      request-parameter-default-value-changed

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the optional property data from the response with the 200 status

      response-optional-property-removed

    • removed the optional property meta from the response with the 200 status

      response-optional-property-removed

    • api operation id ListReputationNumbersSimplified removed and replaced with listReputationNumbersSimplified

      api-operation-id-removed

    • api tag Reputation added

      api-tag-added

    • api tag Reputation Phone Numbers removed

      api-tag-removed

    • for the query request parameter page[size], the max was increased from 100.00 to 250.00

      request-parameter-max-increased

    • added ReputationPhoneNumberList to the response body allOf list for the response status 200

      response-body-all-of-added

    • added the optional property errors/items/meta/pending_check_codes to the response with the 401 status

      response-optional-property-added

    • added the optional property errors/items/meta/pending_check_ids to the response with the 401 status

      response-optional-property-added

    • added the optional property errors/items/meta/pending_check_labels to the response with the 401 status

      response-optional-property-added

    • added the optional property errors/items/source/parameter to the response with the 401 status

      response-optional-property-added

    • the response property errors became required for the status 401

      response-property-became-required

    • the response property errors/items/detail became required for the status 401

      response-property-became-required

    • the response property errors/items/meta became required for the status 401

      response-property-became-required

    • the response property errors/items/meta/url became required for the status 401

      response-property-became-required

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog