Skip to main content
GET
/
companies
List companies the API key can access
curl --request GET \
  --url https://api.breezing.io/v1/companies
{
  "success": true,
  "data": [
    {
      "id": 123,
      "name": "<string>",
      "orgId": 123,
      "currency": "USD",
      "accessLevel": "read"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://learn.breezing.io/llms.txt

Use this file to discover all available pages before exploring further.

Response

Companies retrieved successfully

success
enum<boolean>
required
Available options:
true
data
object[]
required
Last modified on May 3, 2026