curl --request POST \
--url https://api.wellapp.ai/v1/companies \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "company",
"attributes": {
"description": "Enterprise open source solutions company.",
"locale": "en",
"domain_name_primary_link_url": "acme.com",
"tax_id": {
"value": "DE123456789",
"type": "VAT"
},
"registration": {
"trade_name": "TechSol",
"registered_name": "Tech Solutions GmbH"
},
"registration_number": {
"business_type": "GmbH",
"value": "HRB 123456",
"registry_name": "Handelsregister Berlin",
"registry_country": "DE"
}
},
"relationships": {
"created_by": {
"data": {
"type": "people",
"id": "people1"
}
},
"media": {
"data": [
{
"type": "media",
"id": "media1"
}
]
},
"web_links": {
"data": [
{
"type": "web_link",
"id": "sl1"
}
]
},
"emails": {
"data": [
{
"type": "email",
"id": "email1"
}
]
},
"phones": {
"data": [
{
"type": "phone",
"id": "phone1"
}
]
},
"locations": {
"data": [
{
"type": "location",
"id": "loc1"
}
]
},
"people": {
"data": [
{
"type": "people",
"id": "people1",
"meta": {
"relationship_type": "owner"
}
}
]
},
"parents": {
"data": {
"type": "company",
"id": "parent_company1"
}
},
"subsidiaries": {
"data": [
{
"type": "company",
"id": "subsidiary1"
}
]
},
"workspaces": {
"data": [
{
"type": "workspace",
"id": "workspace_tenant"
}
]
}
},
"included": [
{
"type": "people",
"id": "people1",
"attributes": {
"first_name": "John",
"last_name": "Doe",
"full_name": "John Doe"
}
},
{
"type": "media",
"id": "media1",
"attributes": {
"file_name": "company_logo.png",
"media_type": "logo",
"is_primary": true
}
},
{
"type": "web_link",
"id": "sl1",
"attributes": {
"url": "https://www.linkedin.com/company/acme",
"platform": "linkedin"
}
},
{
"type": "email",
"id": "email1",
"attributes": {
"value": "[email protected]",
"label": "work",
"is_primary": true
}
},
{
"type": "phone",
"id": "phone1",
"attributes": {
"e164_number": "+33123456789",
"label": "work",
"is_primary": true
}
},
{
"type": "location",
"id": "loc1",
"attributes": {
"street": "123 Tech Street",
"city": "Berlin",
"postal_code": "10115",
"country": "DE",
"is_primary": true
}
},
{
"type": "workspace",
"id": "workspace_tenant",
"attributes": {
"name": "Main Workspace",
"description": "Primary workspace for ACME operations"
}
},
{
"type": "company",
"id": "parent_company1",
"attributes": {
"name": "ACME Global Holdings",
"description": "Parent company of ACME",
"registration": {
"registered_name": "ACME Global Holdings GmbH"
}
}
},
{
"type": "company",
"id": "subsidiary1",
"attributes": {
"name": "ACME France",
"description": "French subsidiary of ACME",
"registration": {
"registered_name": "ACME France SAS"
}
}
},
{
"type": "document",
"id": "550e8400-e29b-41d4-a716-446655440016",
"attributes": {
"name": "company_registration.pdf",
"file_size": 245678,
"content_type": "application/pdf",
"created_at": "2025-09-25T10:00:00.000Z"
}
}
]
}
'{
"data": {
"type": "company",
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"attributes": {
"description": "Enterprise open source solutions company.",
"locale": "en",
"domain_name_primary_link_url": "acme.com",
"tax_id": {
"value": "DE123456789",
"type": "VAT"
},
"registration": {
"trade_name": "TechSol",
"registered_name": "Tech Solutions GmbH"
},
"registration_number": {
"business_type": "GmbH",
"value": "HRB 123456",
"registry_name": "Handelsregister Berlin",
"registry_country": "DE"
},
"created_at": "2025-09-30T14:30:00.000Z",
"updated_at": "2025-09-30T14:30:00.000Z"
},
"relationships": {
"created_by": {
"data": {
"type": "people",
"id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8"
}
},
"media": {
"data": [
{
"type": "media",
"id": "550e8400-e29b-41d4-a716-446655440010"
}
]
},
"web_links": {
"data": [
{
"type": "web_link",
"id": "550e8400-e29b-41d4-a716-446655440011"
}
]
},
"emails": {
"data": [
{
"type": "email",
"id": "550e8400-e29b-41d4-a716-446655440012"
}
]
},
"phones": {
"data": [
{
"type": "phone",
"id": "550e8400-e29b-41d4-a716-446655440013"
}
]
},
"locations": {
"data": [
{
"type": "location",
"id": "550e8400-e29b-41d4-a716-446655440015"
}
]
},
"people": {
"data": [
{
"type": "people",
"id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8"
}
]
},
"documents": {
"data": [
{
"type": "document",
"id": "550e8400-e29b-41d4-a716-446655440016"
}
]
},
"parents": {
"data": {
"type": "company",
"id": "550e8400-e29b-41d4-a716-446655440019"
}
},
"subsidiaries": {
"data": [
{
"type": "company",
"id": "550e8400-e29b-41d4-a716-446655440020"
}
]
},
"workspaces": {
"data": [
{
"type": "workspace",
"id": "550e8400-e29b-41d4-a716-446655440001"
}
]
}
}
},
"included": [
{
"type": "people",
"id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"attributes": {
"first_name": "Alexandre",
"last_name": "Dubois",
"full_name": "Alexandre Dubois",
"relationship_type": "owner"
}
},
{
"type": "workspace",
"id": "550e8400-e29b-41d4-a716-446655440001",
"attributes": {
"name": "Development Team",
"description": "Main development workspace for software engineering projects and client solutions",
"created_at": "2025-09-10T08:00:00.000Z",
"updated_at": "2025-09-15T16:45:00.000Z"
}
},
{
"type": "media",
"id": "550e8400-e29b-41d4-a716-446655440010",
"attributes": {
"file_name": "company_logo.png",
"content_type": "image/png",
"file_size": 15678
}
},
{
"type": "web_link",
"id": "550e8400-e29b-41d4-a716-446655440011",
"attributes": {
"url": "https://www.linkedin.com/company/acme",
"platform": "linkedin"
}
},
{
"type": "email",
"id": "550e8400-e29b-41d4-a716-446655440012",
"attributes": {
"value": "[email protected]",
"label": "work",
"is_primary": true
}
},
{
"type": "phone",
"id": "550e8400-e29b-41d4-a716-446655440013",
"attributes": {
"e164_number": "+4930123456789",
"label": "work",
"is_primary": true
}
},
{
"type": "location",
"id": "550e8400-e29b-41d4-a716-446655440015",
"attributes": {
"street": "Unter den Linden 1",
"city": "Berlin",
"postal_code": "10117",
"country": "DE",
"is_primary": true
}
},
{
"type": "document",
"id": "550e8400-e29b-41d4-a716-446655440016",
"attributes": {
"name": "company_registration.pdf",
"file_size": 245678,
"content_type": "application/pdf",
"created_at": "2025-09-25T10:00:00.000Z"
}
},
{
"type": "company",
"id": "550e8400-e29b-41d4-a716-446655440019",
"attributes": {
"name": "ACME Global Holdings",
"description": "Parent company of ACME",
"registration": {
"registered_name": "ACME Global Holdings GmbH"
}
}
},
{
"type": "company",
"id": "550e8400-e29b-41d4-a716-446655440020",
"attributes": {
"name": "ACME France",
"description": "French subsidiary of ACME",
"registration": {
"registered_name": "ACME France SAS"
}
}
}
]
}Create a new company record with comprehensive business information, registration details, tax information, and various relationships including people, workspaces, and other entities.
curl --request POST \
--url https://api.wellapp.ai/v1/companies \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "company",
"attributes": {
"description": "Enterprise open source solutions company.",
"locale": "en",
"domain_name_primary_link_url": "acme.com",
"tax_id": {
"value": "DE123456789",
"type": "VAT"
},
"registration": {
"trade_name": "TechSol",
"registered_name": "Tech Solutions GmbH"
},
"registration_number": {
"business_type": "GmbH",
"value": "HRB 123456",
"registry_name": "Handelsregister Berlin",
"registry_country": "DE"
}
},
"relationships": {
"created_by": {
"data": {
"type": "people",
"id": "people1"
}
},
"media": {
"data": [
{
"type": "media",
"id": "media1"
}
]
},
"web_links": {
"data": [
{
"type": "web_link",
"id": "sl1"
}
]
},
"emails": {
"data": [
{
"type": "email",
"id": "email1"
}
]
},
"phones": {
"data": [
{
"type": "phone",
"id": "phone1"
}
]
},
"locations": {
"data": [
{
"type": "location",
"id": "loc1"
}
]
},
"people": {
"data": [
{
"type": "people",
"id": "people1",
"meta": {
"relationship_type": "owner"
}
}
]
},
"parents": {
"data": {
"type": "company",
"id": "parent_company1"
}
},
"subsidiaries": {
"data": [
{
"type": "company",
"id": "subsidiary1"
}
]
},
"workspaces": {
"data": [
{
"type": "workspace",
"id": "workspace_tenant"
}
]
}
},
"included": [
{
"type": "people",
"id": "people1",
"attributes": {
"first_name": "John",
"last_name": "Doe",
"full_name": "John Doe"
}
},
{
"type": "media",
"id": "media1",
"attributes": {
"file_name": "company_logo.png",
"media_type": "logo",
"is_primary": true
}
},
{
"type": "web_link",
"id": "sl1",
"attributes": {
"url": "https://www.linkedin.com/company/acme",
"platform": "linkedin"
}
},
{
"type": "email",
"id": "email1",
"attributes": {
"value": "[email protected]",
"label": "work",
"is_primary": true
}
},
{
"type": "phone",
"id": "phone1",
"attributes": {
"e164_number": "+33123456789",
"label": "work",
"is_primary": true
}
},
{
"type": "location",
"id": "loc1",
"attributes": {
"street": "123 Tech Street",
"city": "Berlin",
"postal_code": "10115",
"country": "DE",
"is_primary": true
}
},
{
"type": "workspace",
"id": "workspace_tenant",
"attributes": {
"name": "Main Workspace",
"description": "Primary workspace for ACME operations"
}
},
{
"type": "company",
"id": "parent_company1",
"attributes": {
"name": "ACME Global Holdings",
"description": "Parent company of ACME",
"registration": {
"registered_name": "ACME Global Holdings GmbH"
}
}
},
{
"type": "company",
"id": "subsidiary1",
"attributes": {
"name": "ACME France",
"description": "French subsidiary of ACME",
"registration": {
"registered_name": "ACME France SAS"
}
}
},
{
"type": "document",
"id": "550e8400-e29b-41d4-a716-446655440016",
"attributes": {
"name": "company_registration.pdf",
"file_size": 245678,
"content_type": "application/pdf",
"created_at": "2025-09-25T10:00:00.000Z"
}
}
]
}
'{
"data": {
"type": "company",
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"attributes": {
"description": "Enterprise open source solutions company.",
"locale": "en",
"domain_name_primary_link_url": "acme.com",
"tax_id": {
"value": "DE123456789",
"type": "VAT"
},
"registration": {
"trade_name": "TechSol",
"registered_name": "Tech Solutions GmbH"
},
"registration_number": {
"business_type": "GmbH",
"value": "HRB 123456",
"registry_name": "Handelsregister Berlin",
"registry_country": "DE"
},
"created_at": "2025-09-30T14:30:00.000Z",
"updated_at": "2025-09-30T14:30:00.000Z"
},
"relationships": {
"created_by": {
"data": {
"type": "people",
"id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8"
}
},
"media": {
"data": [
{
"type": "media",
"id": "550e8400-e29b-41d4-a716-446655440010"
}
]
},
"web_links": {
"data": [
{
"type": "web_link",
"id": "550e8400-e29b-41d4-a716-446655440011"
}
]
},
"emails": {
"data": [
{
"type": "email",
"id": "550e8400-e29b-41d4-a716-446655440012"
}
]
},
"phones": {
"data": [
{
"type": "phone",
"id": "550e8400-e29b-41d4-a716-446655440013"
}
]
},
"locations": {
"data": [
{
"type": "location",
"id": "550e8400-e29b-41d4-a716-446655440015"
}
]
},
"people": {
"data": [
{
"type": "people",
"id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8"
}
]
},
"documents": {
"data": [
{
"type": "document",
"id": "550e8400-e29b-41d4-a716-446655440016"
}
]
},
"parents": {
"data": {
"type": "company",
"id": "550e8400-e29b-41d4-a716-446655440019"
}
},
"subsidiaries": {
"data": [
{
"type": "company",
"id": "550e8400-e29b-41d4-a716-446655440020"
}
]
},
"workspaces": {
"data": [
{
"type": "workspace",
"id": "550e8400-e29b-41d4-a716-446655440001"
}
]
}
}
},
"included": [
{
"type": "people",
"id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"attributes": {
"first_name": "Alexandre",
"last_name": "Dubois",
"full_name": "Alexandre Dubois",
"relationship_type": "owner"
}
},
{
"type": "workspace",
"id": "550e8400-e29b-41d4-a716-446655440001",
"attributes": {
"name": "Development Team",
"description": "Main development workspace for software engineering projects and client solutions",
"created_at": "2025-09-10T08:00:00.000Z",
"updated_at": "2025-09-15T16:45:00.000Z"
}
},
{
"type": "media",
"id": "550e8400-e29b-41d4-a716-446655440010",
"attributes": {
"file_name": "company_logo.png",
"content_type": "image/png",
"file_size": 15678
}
},
{
"type": "web_link",
"id": "550e8400-e29b-41d4-a716-446655440011",
"attributes": {
"url": "https://www.linkedin.com/company/acme",
"platform": "linkedin"
}
},
{
"type": "email",
"id": "550e8400-e29b-41d4-a716-446655440012",
"attributes": {
"value": "[email protected]",
"label": "work",
"is_primary": true
}
},
{
"type": "phone",
"id": "550e8400-e29b-41d4-a716-446655440013",
"attributes": {
"e164_number": "+4930123456789",
"label": "work",
"is_primary": true
}
},
{
"type": "location",
"id": "550e8400-e29b-41d4-a716-446655440015",
"attributes": {
"street": "Unter den Linden 1",
"city": "Berlin",
"postal_code": "10117",
"country": "DE",
"is_primary": true
}
},
{
"type": "document",
"id": "550e8400-e29b-41d4-a716-446655440016",
"attributes": {
"name": "company_registration.pdf",
"file_size": 245678,
"content_type": "application/pdf",
"created_at": "2025-09-25T10:00:00.000Z"
}
},
{
"type": "company",
"id": "550e8400-e29b-41d4-a716-446655440019",
"attributes": {
"name": "ACME Global Holdings",
"description": "Parent company of ACME",
"registration": {
"registered_name": "ACME Global Holdings GmbH"
}
}
},
{
"type": "company",
"id": "550e8400-e29b-41d4-a716-446655440020",
"attributes": {
"name": "ACME France",
"description": "French subsidiary of ACME",
"registration": {
"registered_name": "ACME France SAS"
}
}
}
]
}Bearer token for authentication
Show child attributes
"company"Show child attributes
Language settings.That’s the locale for the business relationship. Emails or documents can be used to identify the locale. Default EN.
"en-US"
The domain url from the website or email address of the company. Used as unique identifier in some cases.
"https://www.techcorp.com"
Show child attributes
Tax ID issued by local or national tax authority.
"DE123456789"
Type of tax ID, useful for applying formatting and validation rules.all tax id types See all available labels for complete list.
["VAT", "TVA", "IVA", "..."]
Show child attributes
Legal entity structure type. See all business entity types for complete list.
Inc, Corp, LLC, GmbH, Ltd, SA, SAS "GmbH"
Official company registration number.
"HRB 123456"
Name of the official registration body. See all available registry name for complete list.
"Handelsregister Berlin"
Country of the registry authority. Must be valid ISO country code
"DE, FR, US, etc."
Company description explaining business purpose in max 2 sentences.
1 - 500"An innovative technology company focused on AI solutions"
Relationships define how the company connects to other resources. To link an existing object, just put its ID. To create a new object, add it to the 'included' section with a temporary ID that matches the relationship reference.
Show child attributes
Media files associated with this company. Reference by type and id. Use the 'include' query parameter to get full attributes in the included array.
Show child attributes
Web links associated with this company. Reference by type and id. Use the 'include' query parameter to get full attributes in the included array.
Show child attributes
Email addresses associated with this company. Reference by type and id. Use the 'include' query parameter to get full attributes in the included array.
Show child attributes
Phone numbers associated with this company. Reference by type and id. Use the 'include' query parameter to get full attributes in the included array.
Show child attributes
Locations/addresses associated with this company. Reference by type and id. Use the 'include' query parameter to get full attributes in the included array.
Show child attributes
People associated with this company. Reference by type and id. The meta.relationship_type field specifies the person's role. Use the 'include' query parameter to get full attributes in the included array.
Show child attributes
Show child attributes
"people"UUID of an existing people or temp-id that references a people defined in the included array
"people1"
Show child attributes
Relationship type of the person in the company. See all company roles for complete list.
contact, employee, owner, ... "owner"
Parent company of this company. Reference by type and id. Use the 'include' query parameter to get full attributes in the included array.
Show child attributes
Subsidiary companies of this company. Reference by type and id. Use the 'include' query parameter to get full attributes in the included array.
Show child attributes
Workspaces associated with this company. Reference by type and id. Use the 'include' query parameter to get full attributes in the included array.
Show child attributes
Object containing included resources referenced in relationships, organized by resource type.
Show child attributes
People associated with this company
Show child attributes
Show child attributes
"people"temp-id that references a person defined in the relationship array
Parent company of this company
Show child attributes
Show child attributes
"company"temp-id that references a parents defined in the relationship array
Show child attributes
Show child attributes
Language settings.That’s the locale for the business relationship. Emails or documents can be used to identify the locale. Default EN.
"en-US"
The domain url from the website or email address of the company. Used as unique identifier in some cases.
"https://www.techcorp.com"
Show child attributes
Tax ID issued by local or national tax authority.
"DE123456789"
Type of tax ID, useful for applying formatting and validation rules.all tax id types See all available labels for complete list.
["VAT", "TVA", "IVA", "..."]
Show child attributes
Legal entity structure type. See all business entity types for complete list.
Inc, Corp, LLC, GmbH, Ltd, SA, SAS "GmbH"
Official company registration number.
"HRB 123456"
Name of the official registration body. See all available registry name for complete list.
"Handelsregister Berlin"
Country of the registry authority. Must be valid ISO country code
"DE, FR, US, etc."
Company description explaining business purpose in max 2 sentences.
1 - 500"An innovative technology company focused on AI solutions"
Subsidiary companies of this company
Show child attributes
Show child attributes
"company"temp-id that references a subsdiaries defined in the relationship array
Show child attributes
Show child attributes
Language settings.That’s the locale for the business relationship. Emails or documents can be used to identify the locale. Default EN.
"en-US"
The domain url from the website or email address of the company. Used as unique identifier in some cases.
"https://www.techcorp.com"
Show child attributes
Tax ID issued by local or national tax authority.
"DE123456789"
Type of tax ID, useful for applying formatting and validation rules.all tax id types See all available labels for complete list.
["VAT", "TVA", "IVA", "..."]
Show child attributes
Legal entity structure type. See all business entity types for complete list.
Inc, Corp, LLC, GmbH, Ltd, SA, SAS "GmbH"
Official company registration number.
"HRB 123456"
Name of the official registration body. See all available registry name for complete list.
"Handelsregister Berlin"
Country of the registry authority. Must be valid ISO country code
"DE, FR, US, etc."
Company description explaining business purpose in max 2 sentences.
1 - 500"An innovative technology company focused on AI solutions"
Workspaces associated with this company
Show child attributes
Show child attributes
"workspace"temp-id that references a workspace defined in the relationship array
Show child attributes
Workspace name
1 - 255Workspace description
1000Avatar color in hexadecimal format (e.g., #FF5733)
External workspace identifier
1 - 255Email addresses associated with this company
Show child attributes
Show child attributes
"email"temp-id that references a emails defined in the relationship array
Show child attributes
Email address value
Whether this is the primary email address. Defaults to 'false', unless no other email is marked as primary (in which case it becomes 'true'). Only one email can be marked as primary per person/company.
true
Email label type. See all available labels for complete list.
work, personal, other, ... "work"
Phone numbers associated with this company
Show child attributes
Show child attributes
"phone"temp-id that references a phones defined in the relationship array
Show child attributes
Phone number in E164 format
"+14155552671"
Whether this is the primary phone number
Phone label type. See all available labels for complete list.
work, personal, other, ... Locations/addresses associated with this company
Show child attributes
Show child attributes
"location"temp-id that references a location defined in the relationship array
Show child attributes
Primary address line
Two-letter ISO country code (e.g., 'US', 'GB')
Secondary address line (optional)
City name
State, province, or region
Postal or ZIP code
Geographic latitude coordinate
Geographic longitude coordinate
Whether this is the primary location
Whether this is a registered business address
Email label type. See all available labels for complete list.
work, personal, other, ... Media files associated with this company
Show child attributes
Show child attributes
"media"temp-id that references a media defined in the relationship array
Show child attributes
Image in png, jpg or svg format
Resource type identifier
"media"Type of media (avatar, logo, banner)
avatar, logo, banner Marks preferred media. Default: true
Web links associated with this company
Show child attributes
Show child attributes
"web_link"UUID of an existing web-links or temp-id that references a web-links defined in the included array
Documents associated with this company
Show child attributes
Show child attributes
"document"UUID of an existing documents or temp-id that references a documents defined in the included array
Company created successfully
Show child attributes
"company"UUID of the created company
"550e8400-e29b-41d4-a716-446655440000"
Show child attributes
The domain url from the website or email address of the company. Used as unique identifier in some cases.
500Show child attributes
Legal entity structure type.
Official company registration number.
Name of the official registration body.
Country of the registry authority. (string (ISO 3166-1 alpha-2))
UUID of the workspace associated with this company
Show child attributes
Show child attributes
Show child attributes
"people"UUID of the person
"550e8400-e29b-41d4-a716-446655440008"
Object containing included resources referenced in relationships, organized by resource type. These are the actual created/linked resources with real UUIDs.
Show child attributes
Person who created this company
Show child attributes
Show child attributes
"people"UUID of the person
Show child attributes
The person's first name
The person's last name
The person's full name (typically first_name + last_name)
Timestamp when the person was created
Timestamp when the person was last updated
Person associated with the company
Show child attributes
Show child attributes
"people"UUID of the person
Show child attributes
The person's first name
The person's last name
The person's full name (typically first_name + last_name)
Timestamp when the person was created
Timestamp when the person was last updated
Parent company of this company
Show child attributes
Show child attributes
"company"UUID of the parent company
Show child attributes
The domain url from the website or email address of the company. Used as unique identifier in some cases.
500Show child attributes
Legal entity structure type.
Official company registration number.
Name of the official registration body.
Country of the registry authority. (string (ISO 3166-1 alpha-2))
UUID of the workspace associated with this company
Subsidiary companies of this company
Show child attributes
Show child attributes
"company"UUID of the subsidiary company
Show child attributes
The domain url from the website or email address of the company. Used as unique identifier in some cases.
500Show child attributes
Legal entity structure type.
Official company registration number.
Name of the official registration body.
Country of the registry authority. (string (ISO 3166-1 alpha-2))
UUID of the workspace associated with this company
Workspaces associated with this company
Show child attributes
Show child attributes
"workspace"UUID of the workspace
Show child attributes
Workspace name
Workspace description
external workspace id
Color of the avatar
Timestamp when the workspace was created
Timestamp when the workspace was last updated
Email addresses associated with this company
Show child attributes
Show child attributes
"email"UUID of the email
Show child attributes
Email address value
Whether this is the primary email address. Defaults to 'false', unless no other email is marked as primary (in which case it becomes 'true'). Only one email can be marked as primary per person/company.
true
Email label type. See all available labels for complete list.
work, personal, other, ... "work"
Timestamp when the email was created
"2023-06-15T10:30:00Z"
Timestamp when the email was last updated
"2023-06-15T10:30:00Z"
Phone numbers associated with this company
Show child attributes
Show child attributes
"phone"UUID of the phone
Show child attributes
Full international phone number in E164 format
"+14155552671"
Phone label type. See all available labels for complete list.
work, personal, other, ... Whether this is the primary phone number
Timestamp when the phone was created
Locations/addresses associated with this company
Show child attributes
Show child attributes
"location"UUID of the location
Show child attributes
Complete formatted address
Primary address line
Secondary address line
City name
State, province, or region
Postal or ZIP code
Two-letter ISO country code
Geographic latitude coordinate
Geographic longitude coordinate
Whether this is the primary location
Whether this is a registered business address
Custom label for the location
Date and time when the location was created
Date and time when the location was last updated
Media files associated with this company
Show child attributes
Show child attributes
"media"UUID of the media
Show child attributes
avatar, logo, banner URL to the media file
Whether this is the primary media
Timestamp when media processing completed
Web links associated with this company
Show child attributes
Show child attributes
"web_link"UUID of the web link
Show child attributes
Web platform type
website, linkedin, x, github Full profile URL
Date and time when the web link was created
Date and time when the web link was updated
Documents associated with this company
Show child attributes
Show child attributes
"document"UUID of the document
Show child attributes