Skip to main content
GET
/
agency
/
source
/
{id}
/
owners
List HubSpot owners
curl --request GET \
  --url https://api.closebot.com/agency/source/{id}/owners \
  --header 'X-CB-KEY: <api-key>'
[
  {
    "ownerId": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "email": "<string>"
  }
]

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

id
string
required

The source ID.

Response

Success

ownerId
string | null
firstName
string | null
lastName
string | null
email
string | null