cURL
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>" }
Returns the organization’s contact details used in contracts and branding.
Session cookie obtained from POST /api/auth/login.
POST /api/auth/login
Company contact
Show child attributes