curl --request POST \
--url https://sandbox-umbrella-api.azurewebsites.net/api/services/phone-service/fullPhoneIntelligence \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phoneNumber": "+436501234567"
}
'{
"status": true,
"data": {
"referenceId": "3661FDC54750091C93078058241C3036",
"externalId": null,
"status": {
"updatedOn": "2025-08-06T12:53:09.929413Z",
"code": 300,
"description": "Transaction successfully completed"
},
"numbering": {
"original": {
"completePhoneNumber": "+436501234567",
"countryCode": "43",
"phoneNumber": "6501234567"
},
"cleansing": {
"call": {
"countryCode": "43",
"phoneNumber": "6501234567",
"cleansedCode": 100,
"minLength": 7,
"maxLength": 13
},
"sms": {
"countryCode": "43",
"phoneNumber": "6501234567",
"cleansedCode": 100,
"minLength": 7,
"maxLength": 13
}
}
},
"riskInsights": {
"status": 800,
"category": [
10010
],
"a2P": [
22007,
20011,
20101
],
"p2P": [
30201
],
"numberType": [],
"ip": [],
"email": []
},
"phoneType": {
"code": "2",
"description": "MOBILE"
},
"location": {
"city": "Countrywide",
"state": null,
"zip": null,
"metroCode": null,
"county": null,
"country": {
"name": "Austria",
"iso2": "AT",
"iso3": "AUT"
},
"coordinates": {
"latitude": null,
"longitude": null
},
"timeZone": {
"name": null,
"utcOffsetMin": "+1",
"utcOffsetMax": "+1"
}
},
"carrier": {
"name": "T-Mobile Austria GmbH"
},
"blocklisting": {
"blocked": false,
"blockCode": 0,
"blockDescription": "Not blocked"
},
"risk": {
"level": "medium-low",
"recommendation": "allow",
"score": 301
}
}
}Full Phone Intelligence Service API Documentation
curl --request POST \
--url https://sandbox-umbrella-api.azurewebsites.net/api/services/phone-service/fullPhoneIntelligence \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phoneNumber": "+436501234567"
}
'{
"status": true,
"data": {
"referenceId": "3661FDC54750091C93078058241C3036",
"externalId": null,
"status": {
"updatedOn": "2025-08-06T12:53:09.929413Z",
"code": 300,
"description": "Transaction successfully completed"
},
"numbering": {
"original": {
"completePhoneNumber": "+436501234567",
"countryCode": "43",
"phoneNumber": "6501234567"
},
"cleansing": {
"call": {
"countryCode": "43",
"phoneNumber": "6501234567",
"cleansedCode": 100,
"minLength": 7,
"maxLength": 13
},
"sms": {
"countryCode": "43",
"phoneNumber": "6501234567",
"cleansedCode": 100,
"minLength": 7,
"maxLength": 13
}
}
},
"riskInsights": {
"status": 800,
"category": [
10010
],
"a2P": [
22007,
20011,
20101
],
"p2P": [
30201
],
"numberType": [],
"ip": [],
"email": []
},
"phoneType": {
"code": "2",
"description": "MOBILE"
},
"location": {
"city": "Countrywide",
"state": null,
"zip": null,
"metroCode": null,
"county": null,
"country": {
"name": "Austria",
"iso2": "AT",
"iso3": "AUT"
},
"coordinates": {
"latitude": null,
"longitude": null
},
"timeZone": {
"name": null,
"utcOffsetMin": "+1",
"utcOffsetMax": "+1"
}
},
"carrier": {
"name": "T-Mobile Austria GmbH"
},
"blocklisting": {
"blocked": false,
"blockCode": 0,
"blockDescription": "Not blocked"
},
"risk": {
"level": "medium-low",
"recommendation": "allow",
"score": 301
}
}
}/phone-service/fullPhoneIntelligence
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Phone number to check, including country code (E.164).
"+436501234567"
Successfully retrieved full phone intelligence.
Indicates if the API request was successful.
Show child attributes
Unique reference ID for the transaction.
External reference ID (nullable).
Show child attributes
Show child attributes
Show child attributes