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.
Path parameters
The enterprise id. Lowercase UUID.
Request body
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
UpdateReputationFrequencyremoved and replaced withupdateReputationFrequencyapi-operation-id-removed
- ○
api tag
Reputationaddedapi-tag-added
- ○
api tag
Number Reputation Settingsremovedapi-tag-removed
- ○
added the optional property
data/loa_statusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_codesto the response with the400statusresponse-optional-property-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_codesto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_idsto the response with the400statusresponse-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_idsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_labelsto the response with the400statusresponse-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/meta/pending_check_labelsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/source/parameterto the response with the400statusresponse-optional-property-added
- ○
added the optional property
errors/items/source/parameterto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/source/parameterto the response with the404statusresponse-optional-property-added
- ○
the response optional property
data/created_atbecame read-only for the status200response-optional-property-became-read-only
- ○
the response optional property
data/updated_atbecame read-only for the status200response-optional-property-became-read-only
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
errorsbecame required for the status400response-property-became-required
- ○
the response property
errorsbecame required for the status401response-property-became-required
- ○
the response property
errorsbecame required for the status404response-property-became-required
- ○
the response property
errors/items/detailbecame required for the status400response-property-became-required
- ○
the response property
errors/items/detailbecame required for the status401response-property-became-required
- ○
the response property
errors/items/detailbecame required for the status404response-property-became-required
- ○
the response property
errors/items/metabecame required for the status400response-property-became-required
- ○
the response property
errors/items/metabecame required for the status401response-property-became-required
- ○
the response property
errors/items/metabecame required for the status404response-property-became-required
- ○
the response property
errors/items/meta/urlbecame required for the status400response-property-became-required
- ○
the response property
errors/items/meta/urlbecame required for the status401response-property-became-required
- ○
the response property
errors/items/meta/urlbecame required for the status404response-property-became-required
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○