Phone Number
Description: Displays contact information and related business details.
API Response Structure:
{
"contact": {
"phoneNumber": "+1 (555) 123-4567",
"type": "Business",
"country": "United States",
"timeZone": "EST"
},
"business": {
"name": "Business Name",
"address": "123 Main St, City, State",
"category": "Restaurant",
"website": "https://example.com"
},
"availability": {
"current": "Available",
"hours": "9 AM - 5 PM"
},
"type": "instantAnswers",
"configType": "phoneNumber"
}
Fields:
-
contact(object): Contact information-
phoneNumber(string): Phone number -
type(string): Number type -
country(string): Country -
timeZone(string): Time zone
-
-
business(object): Associated business info-
name(string): Business name -
address(string): Physical address -
category(string): Business category -
website(string): Website URL
-
-
availability(object): Contact availability -
type(string): Always "instantAnswers" -
configType(string): Always "phoneNumber"
