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
Response
Frequency updated.
Example response
{
"data": {
"created_at": "2026-04-26T18:06:51.940749Z",
"enterprise_id": "4a6192a4-573d-446d-b3ce-aff9117272a6",
"loa_document_id": "2a7e8337-e803-4057-a4ae-26c40eb0bc6c",
"loa_status": "pending",
"updated_at": "2026-04-26T18:09:24.785211Z"
}
}