Reputation

Change the reputation refresh frequency

Update how often Telnyx refreshes the reputation data for this enterprise's registered numbers. The new frequency takes effect on the next scheduled refresh.

The enterprise's reputation must be in approved status. A request made while the status is pending is rejected with 400 Bad Request.

patch/enterprises/{enterprise_id}/reputation/frequency

Path parameters

enterprise_idstring uuid required
Example:4a6192a4-573d-446d-b3ce-aff9117272a6

The enterprise id. Lowercase UUID.

Request body

check_frequency'business_daily' | 'daily' | 'weekly' | 'biweekly' | 'monthly' | 'never' required

How often Telnyx refreshes the stored reputation data for this enterprise's registered numbers.

Response

Frequency updated.

Example response

{
  "data": {
    "enterprise_id": "4a6192a4-573d-446d-b3ce-aff9117272a6",
    "loa_document_id": "2a7e8337-e803-4057-a4ae-26c40eb0bc6c",
    "loa_status": "pending",
    "created_at": "2026-04-26T18:06:51.940749Z",
    "updated_at": "2026-04-26T18:09:24.785211Z"
  }
}

Changes

Changed in 1 of the 47 revisions of this API.31

    • api operation id UpdateReputationFrequency removed and replaced with updateReputationFrequency

      api-operation-id-removed

    • api tag Reputation added

      api-tag-added

    • api tag Number Reputation Settings removed

      api-tag-removed

    • added the optional property data/loa_status to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-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_codes to the response with the 404 status

      response-optional-property-added

    • added the optional property errors/items/meta/pending_check_ids to the response with the 400 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_ids to the response with the 404 status

      response-optional-property-added

    • added the optional property errors/items/meta/pending_check_labels to the response with the 400 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/meta/pending_check_labels to the response with the 404 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • the response optional property data/created_at became read-only for the status 200

      response-optional-property-became-read-only

    • the response optional property data/updated_at became read-only for the status 200

      response-optional-property-became-read-only

    • the response property data became required for the status 200

      response-property-became-required

    • the response property errors became required for the status 400

      response-property-became-required

    • the response property errors became required for the status 401

      response-property-became-required

    • the response property errors became required for the status 404

      response-property-became-required

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

      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/detail became required for the status 404

      response-property-became-required

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

      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 became required for the status 404

      response-property-became-required

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

      response-property-became-required

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

      response-property-became-required

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

      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