Update reputation check frequency
Update how often reputation data is automatically refreshed.
Note: The enterprise must have approved reputation settings. Updating frequency on pending or rejected settings will return an error.
Available Frequencies:
business_daily— Monday–Fridaydaily— Every day including weekendsweekly— Once per weekbiweekly— Once every two weeksmonthly— Once per monthnever— Manual refresh only (no automatic checks)
PATCH
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the enterprise (UUID)
Example:
"6a09cdc3-8948-47f0-aa62-74ac943d6c58"
Body
application/json
New frequency for refreshing reputation data
Available options:
business_daily, daily, weekly, biweekly, monthly, never Response
Reputation frequency updated
JavaScript