Skip to main content
GET
/
companies
/
{id}
Get company
curl --request GET \
  --url https://productlane.com/api/v1/companies/{id} \
  --header 'Authorization: Bearer <token>'
{
  "company": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "isDeleted": true,
    "version": 123,
    "linearCustomerId": "<string>",
    "size": 123,
    "revenue": 123,
    "statusId": "<string>",
    "statusName": "<string>",
    "statusColor": "<string>",
    "tierId": "<string>",
    "tierName": "<string>",
    "logoUrl": "<string>",
    "domains": [
      "<string>"
    ],
    "autoAdd": true,
    "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "intercomId": "<string>",
    "hubspotId": "<string>",
    "productboardId": "<string>",
    "externalIds": [
      "<string>"
    ],
    "slugId": "<string>"
  },
  "upvotes": "<unknown>",
  "pastUpvotes": "<unknown>",
  "pastProjects": "<unknown>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

groupUpvotes
boolean

Response

Successful response

company
object
required
upvotes
any
pastUpvotes
any
pastProjects
any