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

Response

200 - application/json

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

The response is of type object.