Skip to main content
GET
/
company-info
/
{company_id}
Get marketing details on a company
curl --request GET \
  --url https://api-dev.narrative.io/company-info/{company_id}
{
  "id": 28,
  "name": "ACM",
  "short_description": "American Company that Manufactures Everything",
  "long_description": "The Acme Corporation is an ironic name for the fictional corporation, appearing in the Road Runner/Wile E. Coyote animated shorts, where it was used as a running gag.",
  "company_type": "Manufactures Everything",
  "image_url": "https://d18qs7yq39787j.cloudfront.net/uploads/company/3862/acme_logo.jpg",
  "location": "USA",
  "size": "200 - 500 Employees",
  "website": "N/A",
  "contact": "[email protected]",
  "created_at": "2017-04-23T11:59:33"
}

Path Parameters

company_id
integer<int64>
required

The id of an existing company

Response

200 - application/json

Returns the marketing detail of a specific company.

id
integer

Unique identifier of an existing company.

Example:

7

name
string

Name of the company

short_description
string

A short description of the company

long_description
string

The complete description of the company

company_type
string

The type of company

image_url
string

The url of the logo of the company

location
string

The geographical location of the company

size
string

The number of employees

website
string

The url of the website of the company

contact
string

Email contact

created_at
string

The instant this company was created.

Example:

"2021-06-24T00:54:40.029056Z"