Download OpenAPI specification:Download
Successful response
object or null An object containing information about the line type of the number. | |
object or null An object containing information about the SimSwap verification performed on the number. | |
object or null An object containing information about the VoIP detection performed on the number. | |
object or null An object containing information whether number is disconnected. | |
countryCode | string ISO 3166-1 alpha-2 two-letter country identifier |
traceId | string The identifier for a trace. |
number | string Requested MSISDN in E.164 format. |
Bad Request
Invalid Authorization
Account Locked
API disabled
Not Found
Too Many Requests
Internal Error
{- "number": "+12312312312"
}
{- "line": {
- "carrier": "T-Mobile USA",
- "type": "Mobile",
- "mobileCountryCode": "310",
- "mobileNetworkCode": "260",
- "ported": true,
- "portingDate": "2000-01-01T00:00:00.0000000+00:00",
- "error": {
- "status": 0,
- "title": "string",
- "detail": "string",
- "type": "string"
}
}, - "simSwap": {
- "swapped": true,
- "swapPeriod": "SP24H",
- "error": {
- "status": 0,
- "title": "string",
- "detail": "string",
- "type": "string"
}
}, - "voIPDetection": {
- "probability": "High",
- "error": {
- "status": 0,
- "title": "string",
- "detail": "string",
- "type": "string"
}
}, - "rnd": {
- "disconnected": true,
- "error": {
- "status": 0,
- "title": "string",
- "detail": "string",
- "type": "string"
}
}, - "countryCode": "string",
- "traceId": "84c1fd4063c38d9f3900d06e56542d48",
- "number": "+12312312312"
}