v1

latestOpenAPI 3.1.02026-08-04103211436.0 KB
Companies

List user companies

Returns the companies your credentials have access to. Use the returned id as the companyId path parameter required by every other endpoint in this API.

get/companies

Response

Successful Response

Example response

{
  "data": [
    {
      "id": "company_5f2c1a",
      "legalName": "Acme Corporation S.L.",
      "contact": {
        "phone": "+34600123456",
        "name": "Laura",
        "surname": "Fernández",
        "email": "laura.fernandez@acme.com"
      },
      "tags": [
        {
          "id": "tag_4d2f1a",
          "name": "VIP"
        }
      ]
    }
  ]
}