Skip to main content
GET
/
api
/
company
/
contact
Get company contact info
curl --request GET \
  --url https://app.demand-iq.com/api/company/contact \
  --cookie session=
{
  "contact": {
    "phone": "<string>",
    "email": "jsmith@example.com",
    "address": "<string>",
    "city": "<string>",
    "state": "<string>",
    "zip": "<string>",
    "licenseNumber": "<string>",
    "timezone": "<string>"
  },
  "organizationName": "<string>"
}

Authorizations

session
string
cookie
required

Session cookie obtained from POST /api/auth/login.

Response

Company contact

contact
object
organizationName
string