v1
latestOpenAPI 3.1.02026-07-2451211.4 KBCompanies/Entities
List all companies
get/v1/companies
Query parameters
Example:c_zxcvasdf
Filter companies by a list of IDs. Accepts an array of IDs or a comma-separated list or just a single ID
type'INDIVIDUAL' | 'BUSINESS' | 'MANAGING_BUSINESS' | 'LP_INDIVIDUAL' | 'LP_BUSINESS'
Response
Get companies
Example response
{
"data": [
{
"id": "c_qaz2wsxx",
"name": "Test Company"
}
]
}