Sign in

Create company

documented

Create a new company.

POST /v1/companiesCompaniesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.marketcircle.net/v1/companies" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "website": "{{$website}}", "phone": "{{$phone}}", "address": {"street": "{{$address1}}", "city": "{{$city}}", "region": "{{$state}}", "postalCode": "{{$zip}}", "country": "{{$country}}"}, "notes": "{{$notes}}"}'"