Skip to main content
GET
/
business-units
/
public
/
2026-03
/
business-units
/
user
/
{userId}
Retrieve brands by associated user
curl --request GET \
  --url https://api.hubapi.com/business-units/public/2026-03/business-units/user/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "<string>",
      "name": "<string>",
      "logoMetadata": {
        "logoAltText": "<string>",
        "logoUrl": "<string>",
        "resizedUrl": "<string>"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt

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

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

userId
string
required

Query Parameters

name
string[]
properties
string[]

Response

successful operation

results
object[]
required

The collection of Business Units

Last modified on April 13, 2026