Number Reputation Settings
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–Friday
- daily — Every day including weekends
- weekly — Once per week
- biweekly — Once every two weeks
- monthly — Once per month
- never — Manual refresh only (no automatic checks)
patch/enterprises/{enterprise_id}/reputation/frequency
Path parameters
enterprise_idstring uuid required
Example:6a09cdc3-8948-47f0-aa62-74ac943d6c58
Unique identifier of the enterprise (UUID)
Request body
Response
Reputation frequency updated
Example response
{
"data": {
"enterprise_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58"
}
}