Enable phone-number reputation for an enterprise
Activate Phone Number Reputation for the given enterprise. Requires an uploaded Letter of Authorization document (the loa_document_id references the Telnyx Documents API) and a refresh-frequency selection. After activation, individual phone numbers can be registered via POST .../reputation/numbers.
Prerequisite: the calling user must have agreed to the Phone Number Reputation Terms of Service (POST /terms_of_service/number_reputation/agree).
Failure modes:
403— Phone Number Reputation Terms of Service not accepted.404— enterprise does not exist or does not belong to your account.400— reputation already enabled for this enterprise.422—loa_document_idmissing orcheck_frequencyinvalid.
Pricing: This is a billable action. See https://telnyx.com/pricing/numbers for current pricing.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The enterprise id. Lowercase UUID.
"4a6192a4-573d-446d-b3ce-aff9117272a6"
Body
Id of the signed Letter of Authorization document, returned by the Telnyx Documents API after upload (upload via POST /v2/documents; see https://developers.telnyx.com/api/documents).
1 - 255"2a7e8337-e803-4057-a4ae-26c40eb0bc6c"
Refresh cadence. Defaults to business_daily if omitted.
business_daily, daily, weekly, biweekly, monthly, never Response
Reputation enabled.