Setup Webphone
Check
Check
get/api/cp/setup/webphone/{id}/check
Path parameters
idinteger required
Id identifier
Response
Successful response
Example response
{
"id": 12345,
"account_id": 1,
"brand_name": "example_brand_name",
"domain": "example_domain",
"deploy_type": "code",
"signup_fields": "example_signup_fields",
"menu": "Sample menu text content",
"register_success_html": "Sample register_success_html text content",
"host": "example_host",
"flags": "BALANCE",
"netlify_site_id": 1,
"template_customer_id": 1,
"customers": "example_customers",
"css": "Sample css text content",
"codec_delete": "example_codec_delete",
"codec_priority": "example_codec_priority"
}