POST
/
companies
/
Create company
curl --request POST \
  --url https://api.standardmetrics.io/v1/companies/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "city": "San Francisco",
  "sector": "B2B Software",
  "fiscal_year_end": "12/31",
  "website": "https://www.example.com"
}'
{
  "name": "<string>",
  "description": "<string>",
  "city": "San Francisco",
  "sector": "B2B Software",
  "fiscal_year_end": "12/31",
  "website": "https://www.example.com",
  "slug": "<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.

Body

application/json

List of role IDs and actions

Response

201 - application/json

List of role IDs and actions