There's a new version of the HubSpot API

As of November 30, 2022, HubSpot API Keys are being deprecated and are no longer supported. Continued use of HubSpot API Keys is a security risk to your account and data. Your API Keys could be deactivated at any time after Nov. 30th, and we recommend that you migrate to Private Apps as soon as possible so you do not lose business-critical functionality.

Get a list of owners

Last updated June 17, 2020

GET /owners/v2/owners/

Method Details

HTTP Methods:

GET

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Products:

Marketing & CRM

Required Scope:

crm.objects.owners.read

This endpoint returns all owners in a HubSpot account. Owners are automatically created and updated in HubSpot when new users are added or existing owners are synced from Salesforce.

Use case for this endpoint: Owners play a key role in the CRM, but can also be used for task assignment inside the marketing calendar or in email personalization tokens.

Required parameters How to use Description
OAuth access token or API key Authorization: Bearer {token} header
or hapikey={key} query parameter.
Used to authenticate the request. Please see this page for more details about authentication.

Optional parameters How to use Description
Include inactive includeInactive=true If specified as true, include inactive owner (defined as owner without any active remotes.)
Email address email=x Search for owners matching the specified email address.