Reputation
Get prices for number check services
Fetch available number check services by category. The data will contain the type of check and the price per number for number check. The id of the service is required for number check request and can be found in the response.
Query Parameters
service*string
Accepts a service category for filtration. If passed did – will return reputation check services, if passed number – will return lead check services
Value in
"undefined" | "did" | "number"Header Parameters
Authorization*string
Your API token
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://dev-refactor-api-e.voipenv.uk/api/v1/reputation/prices?service=undefined" \ -H "Authorization: string"{
"code": 0,
"data": {
"services": [
{
"category": "undefined",
"id": 0,
"price": 0,
"type": "basic"
}
]
},
"error_details": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"message": "string",
"request_id": "string",
"status": "ok"
}{
"code": 0,
"error_details": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"message": "string",
"request_id": "string",
"status": "error"
}{
"code": 0,
"error_details": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"message": "string",
"request_id": "string",
"status": "error"
}{
"code": 0,
"error_details": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"message": "string",
"request_id": "string",
"status": "error"
}