There's a new version of the HubSpot API

As of November 30, 2022, HubSpot API keys are no longer a supported authentication method for accessing HubSpot APIs. Instead, you should use a private app access token or OAuth to authenticate API calls. Learn more about this change and how to migrate an API key integration to use a private app instead.

Get a list of owners

Last updated May 12, 2023

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 private app access token Authorization: Bearer {token} header 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.