JSON object containing a list of phone numbers to get detailed information about and type of the request.
Name | Description |
---|---|
async Required | Boolean Indicates whether the request should be executed asynchronously. The default value is |
type Required | |
phone_numbers Required | array<String> An array of phone numbers to get detailed information about |
{
"async": false,
"type": null,
"phone_numbers": [
"971501390098",
"971504359195"
]
}