---
title: "List HubSpot owners"
method: GET
path: "/agency/source/{id}/owners"
tags: ["Source"]
---

# List HubSpot owners

`GET /agency/source/{id}/owners`

Returns the list of HubSpot users (owners) available as message senders for a HubSpot source.
Returns an empty list for non-HubSpot sources.

## Path parameters

- `id` string, required

## Response `200`

Success

- SourceOwnerDto[]
  - `ownerId` string, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `email` string, nullable

---

[API](https://skmtc.dev/closebot/apis/closebot-api.md) · [All operations](https://skmtc.dev/closebot/apis/closebot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/closebot/closebot-api/revisions/da5f5fb58534/schema)
