v1
latestOpenAPI 3.0.02026-07-24276673.3 KBCompanies
List all companies
Returns a list of companies associated with your account.
get/v1/companies
Query parameters
idstring
firststring
afterstring
laststring
beforestring
Headers
x-api-keystring required
Response
Success
Example response
{
"edges": [
{
"node": {
"formationDate": "2024-01-15"
}
}
]
}