Saltar al contenido principal
GET
/
business-units
/
public
/
2026-03
/
business-units
/
user
/
{userId}
Recuperar marcas por usuario asociado
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.es/docs/llms.txt

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

Supported products

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

userId
string
requerido

Parámetros de consulta

name
string[]
properties
string[]

Respuesta

successful operation

results
object[]
requerido

La colección de unidades de negocio.

Last modified on April 13, 2026