Companies API
Manage companies in an organization.
A company is a collection of developers managed as a single entity. A company can be any grouping that is appropriate to your organization, for example, business unit, product line, or division. Grouping developers into companies is useful when your goal is to work with multiple developers associated under a single corporate entity for billing purposes, for example.
Companies are optional. It not required that the developers in your organization are associated with a company. Note that a developer is always a single entity, uniquely identified by the email element.
Resource Types
Company
Method | Endpoint | Description |
---|---|---|
post | /organizations/{org_name}/companies | Creates a company in an organization. You must set the The company is always created with a status of To set the company's billing type ( For a list of attributes that are supported for monetization, see Configuring monetization attibutes. |
delete | /organizations/{org_name}/companies/{company_name} | Deletes a company. |
get | /organizations/{org_name}/companies/{company_name} | Gets company details. |
put | /organizations/{org_name}/companies/{company_name} | Updates an existing company. Send the complete company record as a payload with any changes you want to make. For a list of attributes that are supported for monetization, see Configuring monetization attibutes. To update the status of a company, set the Notes:
If you want to change the company's billing type ( |
CompanyRequest
Method | Endpoint | Description |
---|---|---|
post | /organizations/{org_name}/companies | Creates a company in an organization. You must set the The company is always created with a status of To set the company's billing type ( For a list of attributes that are supported for monetization, see Configuring monetization attibutes. |
put | /organizations/{org_name}/companies/{company_name} | Updates an existing company. Send the complete company record as a payload with any changes you want to make. For a list of attributes that are supported for monetization, see Configuring monetization attibutes. To update the status of a company, set the Notes:
If you want to change the company's billing type ( |