Skip to main content

Get reputation status

GET 

/reputation

For the provided list of phone numbers, will return information if calls from those phone numbers are likely being labeled as spam due to unwanted calling behavior. Also includes engagement metrics that reflect what calling behaviors might be contributing to the spam label status. For details about labeling status and the engagement metrics, please see API Guide "Fetch reputation data for registered numbers" for more information.

Due to processing time, no more than 100 phone numbers may be provided in a single request. Phone numbers should be in E.164 format. IMPORTANT: Phone numbers must be provided using URL escaped characters. This means the + sign from E.164 phone numbers is replaced with ‘%2b’.

There is typically a service fee for every phone number requested in every request of this API.

Query Parameters​


    phones string[]required

    Individual phone numbers to receive current reputation status data (see below). Phone numbers must be provided using E.164 formatting and must be URL-encoded, provided as a list separated by ampersands (&). For example, "?phones=%2b12065550123&phones=%2b12065559876".

    Possible values: <= 100

Responses​

OK

Response Body

application/json