Skip to main content
GET
/
owners
/
v2
/
owners
/
Get a list of owners
curl --request GET \
  --url https://api.hubapi.com/owners/v2/owners/
[
  {
    "portalId": 62515,
    "ownerId": 64,
    "type": "PERSON",
    "firstName": "Holly",
    "lastName": "Flax",
    "email": "holly@dundermifflin.com",
    "createdAt": 1405605858624,
    "updatedAt": 1416928146449,
    "remoteList": [
      {
        "portalId": 62515,
        "ownerId": 64,
        "remoteId": "137304",
        "remoteType": "HUBSPOT",
        "active": true
      }
    ]
  },
  {
    "portalId": 62515,
    "ownerId": 65,
    "type": "PERSON",
    "firstName": "Michael",
    "lastName": "Scott",
    "email": "michael@dundermifflin.com",
    "createdAt": 1405605858732,
    "updatedAt": 1416928145437,
    "remoteList": [
      {
        "portalId": 62515,
        "ownerId": 65,
        "remoteId": "153112",
        "remoteType": "HUBSPOT",
        "active": true
      }
    ]
  },
  {
    "portalId": 62515,
    "ownerId": 66,
    "type": "PERSON",
    "firstName": "Dwight",
    "lastName": "Schrute",
    "email": "dwight@dundermifflin.com",
    "createdAt": 1405605858898,
    "updatedAt": 1416928146430,
    "remoteList": [
      {
        "portalId": 62515,
        "ownerId": 66,
        "remoteId": "166656",
        "remoteType": "HUBSPOT",
        "active": true
      }
    ]
  }
]

Required Scopes

This API requires one of the following scopes:
  • crm.objects.owners.read

Response

200 - application/json

Successful response - This endpoint returns all owners in a HubSpot account

The response is of type object.