Get Company

Get info for a specific Company

📘

Use the GET companies call to get sub-company details

Use GET companies call to look up existing subcompanies for your account.
GET /v1/companies?parent_company_sid={{your_company_sid}}
This call will supply back a paginated list of all sub-companies under your account and the details needed to ensure that you do not need to track sub-companies via spreadsheet

GET /v1/companies?active={{true | false}}
Will return only active or inactive sub-companies

Language
Authorization
:
Click Try It! to start a request and see the response here!