PATCH
/
companies
/
{company_id}
/
Update company
curl --request PATCH \
  --url https://api.standardmetrics.io/v1/companies/{company_id}/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "firm_sector": "<string>",
  "investment_lead_id": "<string>",
  "city": "<string>",
  "description": "<string>",
  "fiscal_year_end": "<string>",
  "name": "<string>",
  "sector": "B2B Software",
  "website": "<string>"
}'
{
  "city": "<string>",
  "description": "<string>",
  "firm_sector": "<string>",
  "fiscal_year_end": "<string>",
  "id": "<string>",
  "invested_fund_ids": "<string>",
  "investment_lead_id": "<string>",
  "logo_url": "<string>",
  "name": "<string>",
  "sector": "<string>",
  "slug": "<string>",
  "status": "<string>",
  "unique_ref": "<string>",
  "website": "<string>"
}

Authorizations

Authorization
string
header
required

Your valid bearer token. All Auth tokens persist for all requests. Make sure to replace Client Credential Basic tokens with Bearer tokens after retrieving your bearer token. Go to the API Reference/Setup, User Guides/Initial Setup, or API Reference/Get API Access Token page to get your token.

Path Parameters

company_id
string
required

Body

application/json

Response

200 - application/json

The response is of type object.