Skip to main content
GET
/
owners
/
v2
/
owners
/
{ownerId}
Get an owner by ID
curl --request GET \
  --url https://api.hubapi.com/owners/v2/owners/{ownerId}
{
  "portalId": 62515,
  "ownerId": 64,
  "type": "PERSON",
  "firstName": "Bat",
  "lastName": "Man",
  "email": "batman@gmail.com",
  "createdAt": 1405605858624,
  "updatedAt": 1416928146449,
  "remoteList": [
    {
      "portalId": 62515,
      "ownerId": 64,
      "remoteId": "137304",
      "remoteType": "HUBSPOT",
      "active": true
    }
  ]
}

Response

200 - application/json

Successful response - Get an owner by its ownerId

The response is of type object.

Last modified on March 30, 2026