Companies
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"
}
}
]
}