Description
Trying to create a new phone site but always getting an error “This address could not be validated / geocoded” even if I use the same address for an existing Zoom Phone site. Anything that I miss?
Error
{
“code”: 400,
“message”: “This address could not be validated / geocoded”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
How To Reproduce (If applicable)
Steps to reproduce the behavior:
-
Go to https://marketplace.zoom.us/docs/api-reference/zoom-api/phone-site/createphonesite
-
Move down to Send a Test Request and supply access token
-
Add body:
{
“name”: “Test-New Site”,
“auto_receptionist_name”: “Test-New AR”,
“default_emergency_address”: {
“country”: “US”,
“address_line1”: “1400 CONCOURSE DR”,
“city”: “BELMONT”,
“zip”: “94002”,
“state_code”: “CA”
}
} -
Hit Send
-
Body result
{
“code”: 400,
“message”: “This address could not be validated / geocoded”
}