v1

latestOpenAPI 3.0.02026-07-24276673.3 KB
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

totalCountnumber required

Example response

{
  "edges": [
    {
      "node": {
        "formationDate": "2024-01-15"
      }
    }
  ]
}
All 27 operations