Skip to main content
GET
/
api
/
company
/
contact
Get company contact
curl --request GET \
  --url https://app.demandiq.com/api/company/contact
{
  "contact": {
    "phone": "+13035551234",
    "email": "info@acmeroofing.com",
    "address": "<string>",
    "city": "<string>",
    "state": "<string>",
    "zip": "<string>",
    "licenseNumber": "<string>",
    "timezone": "America/Denver"
  },
  "organizationName": "<string>"
}

Response

200 - application/json

Company contact info

contact
object
organizationName
string